Html Css Color HEX #CCABDC Wisteria

📋 copy color: '#CCABDC'

red 204 ◦ green 171 ◦ blue 220

#CCABDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #CCABDC

Tints of Wisteria #CCABDC

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

 GREEN value IS 171 (67.19% from 255) = 28.74%

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 34.29%
G = 28.74%
B = 36.97%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCABDC (or 0xCCABDC) is known color: Wisteria. HEX triplet: CC, AB and DC. RGB value is (204,171,220). Sum of RGB (Red+Green+Blue) = 204+171+220=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDC is #335423. Grayscale: #BABABA. Windows color (decimal): -3363876 or 14461900. OLE color: 14461900.

HSL color Cylindrical-coordinate representation of color #CCABDC: hue angle of 280.41º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCABDC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 171 220 -
CMYK 0.07 0.22 0 0.14
HSL 280.41º 0.41% 0.77% -
HSV(B) 280.41º 0.22% 0.86% -
XYZ 52.38 47.13 74.05 -
YUV 186.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 204 171 220 0.07 0.22 0 0.14 280.41 0.41 0.77
Hex CC AB DC 7 16 0 E 118 29 4D
Octal 314 253 334 7 26 0 16 430 51 115
Binary 11001100 10101011 11011100 111 10110 0 1110 100011000 101001 1001101

Color Harmonies of #CCABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABDC

Black with #CCABDC

Text Example


Text Example

White with #CCABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABDC; }

 p { color: rgb(204,171,220); }

 H1.HeaderClassName
 {
   color: #CCABDC;
 }
 .AnyTagClassName
 {
   color: #CCABDC;
 }
</style>

background-color css

<style>
 a { background-color: #CCABDC; }

 a { background-color: rgb(204,171,220); }

 div.DivClassName
 {
   background-color: #CCABDC;
 }
 .BgClassName
 {
   background-color: #CCABDC;
 }
</style>

border-color css

<style>
 span { border-color: #CCABDC; }

 span { border-color: rgb(204,171,220); }

 td.TdClassName
 {
   border-color: #CCABDC;
 }
 .TagClassName
 {
   border-color: #CCABDC;
 }
</style>