Html Css Color HEX #CCB2CE Lilac

📋 copy color: '#CCB2CE'

red 204 ◦ green 178 ◦ blue 206

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

Shades of Lilac #CCB2CE

Tints of Lilac #CCB2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 34.69%
G = 30.27%
B = 35.03%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB2CE (or 0xCCB2CE) is known color: Lilac. HEX triplet: CC, B2 and CE. RGB value is (204,178,206). Sum of RGB (Red+Green+Blue) = 204+178+206=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2CE is #334D31. Grayscale: #BCBCBC. Windows color (decimal): -3362098 or 13546188. OLE color: 13546188.

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

Color convert

RGB 204 178 206 -
CMYK 0.01 0.14 0 0.19
HSL 295.71º 0.22% 0.75% -
HSV(B) 295.71º 0.14% 0.81% -
XYZ 51.96 49.13 65.14 -
YUV 188.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 204 178 206 0.01 0.14 0 0.19 295.71 0.22 0.75
Hex CC B2 CE 1 E 0 13 128 16 4B
Octal 314 262 316 1 16 0 23 450 26 113
Binary 11001100 10110010 11001110 1 1110 0 10011 100101000 10110 1001011

Color Harmonies of #CCB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2CE

Black with #CCB2CE

Text Example


Text Example

White with #CCB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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