Html Css Color HEX #CCB4CC Lilac

📋 copy color: '#CCB4CC'

red 204 ◦ green 180 ◦ blue 204

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

Shades of Lilac #CCB4CC

Tints of Lilac #CCB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.61%

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

R = 34.69%
G = 30.61%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CCB4CC (or 0xCCB4CC) is known color: Lilac. HEX triplet: CC, B4 and CC. RGB value is (204,180,204). Sum of RGB (Red+Green+Blue) = 204+180+204=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4CC is #334B33. Grayscale: #BDBDBD. Windows color (decimal): -3361588 or 13415628. OLE color: 13415628.

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

Color convert

RGB 204 180 204 -
CMYK 0 0.12 0 0.2
HSL 300º 0.19% 0.75% -
HSV(B) 300º 0.12% 0.8% -
XYZ 52.12 49.84 64 -
YUV 189.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 204 180 204 0 0.12 0 0.2 300 0.19 0.75
Hex CC B4 CC 0 C 0 14 12C 13 4B
Octal 314 264 314 0 14 0 24 454 23 113
Binary 11001100 10110100 11001100 0 1100 0 10100 100101100 10011 1001011

Color Harmonies of #CCB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4CC

Black with #CCB4CC

Text Example


Text Example

White with #CCB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4CC; }

 p { color: rgb(204,180,204); }

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

background-color css

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

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

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

border-color css

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

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

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