Html Css Color HEX #CCB0C9 Lilac

📋 copy color: '#CCB0C9'

red 204 ◦ green 176 ◦ blue 201

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

Shades of Lilac #CCB0C9

Tints of Lilac #CCB0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.29%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 35.11%
G = 30.29%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCB0C9 (or 0xCCB0C9) is known color: Lilac. HEX triplet: CC, B0 and C9. RGB value is (204,176,201). Sum of RGB (Red+Green+Blue) = 204+176+201=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0C9 is #334F36. Grayscale: #BBBBBB. Windows color (decimal): -3362615 or 13217996. OLE color: 13217996.

HSL color Cylindrical-coordinate representation of color #CCB0C9: hue angle of 306.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0C9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 201 -
CMYK 0 0.14 0.01 0.2
HSL 306.43º 0.22% 0.75% -
HSV(B) 306.43º 0.14% 0.8% -
XYZ 50.97 48.11 61.86 -
YUV 187.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 204 176 201 0 0.14 0.01 0.2 306.43 0.22 0.75
Hex CC B0 C9 0 E 1 14 132 16 4B
Octal 314 260 311 0 16 1 24 462 26 113
Binary 11001100 10110000 11001001 0 1110 1 10100 100110010 10110 1001011

Color Harmonies of #CCB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0C9

Black with #CCB0C9

Text Example


Text Example

White with #CCB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0C9; }

 p { color: rgb(204,176,201); }

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

background-color css

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

 a { background-color: rgb(204,176,201); }

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

border-color css

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

 span { border-color: rgb(204,176,201); }

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