Html Css Color HEX #CCB2C9 Lilac

📋 copy color: '#CCB2C9'

red 204 ◦ green 178 ◦ blue 201

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

Shades of Lilac #CCB2C9

Tints of Lilac #CCB2C9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.53%

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

R = 34.99%
G = 30.53%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCB2C9 (or 0xCCB2C9) is known color: Lilac. HEX triplet: CC, B2 and C9. RGB value is (204,178,201). Sum of RGB (Red+Green+Blue) = 204+178+201=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2C9 is #334D36. Grayscale: #BCBCBC. Windows color (decimal): -3362103 or 13218508. OLE color: 13218508.

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

Color convert

RGB 204 178 201 -
CMYK 0 0.13 0.01 0.2
HSL 306.92º 0.2% 0.75% -
HSV(B) 306.92º 0.13% 0.8% -
XYZ 51.36 48.9 61.99 -
YUV 188.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 204 178 201 0 0.13 0.01 0.2 306.92 0.2 0.75
Hex CC B2 C9 0 D 1 14 133 14 4B
Octal 314 262 311 0 15 1 24 463 24 113
Binary 11001100 10110010 11001001 0 1101 1 10100 100110011 10100 1001011

Color Harmonies of #CCB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2C9

Black with #CCB2C9

Text Example


Text Example

White with #CCB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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