Html Css Color HEX #CDB4CB Lilac

📋 copy color: '#CDB4CB'

red 205 ◦ green 180 ◦ blue 203

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

Shades of Lilac #CDB4CB

Tints of Lilac #CDB4CB

RGB

 RED value IS 205 (80.47% from 255) = 34.86%

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

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 34.86%
G = 30.61%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDB4CB (or 0xCDB4CB) is known color: Lilac. HEX triplet: CD, B4 and CB. RGB value is (205,180,203). Sum of RGB (Red+Green+Blue) = 205+180+203=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4CB is #324B34. Grayscale: #BEBEBE. Windows color (decimal): -3296053 or 13350093. OLE color: 13350093.

HSL color Cylindrical-coordinate representation of color #CDB4CB: hue angle of 304.8º degrees, saturation: 0.2, 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 #CDB4CB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 180 203 -
CMYK 0 0.12 0.01 0.20
HSL 304.8º 0.2% 0.75% -
HSV(B) 304.8º 0.12% 0.8% -
XYZ 52.28 49.93 63.38 -
YUV 190.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 205 180 203 0 0.12 0.01 0.20 304.8 0.2 0.75
Hex CD B4 CB 0 C 1 14 131 14 4B
Octal 315 264 313 0 14 1 24 461 24 113
Binary 11001101 10110100 11001011 0 1100 1 10100 100110001 10100 1001011

Color Harmonies of #CDB4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB4CB

Black with #CDB4CB

Text Example


Text Example

White with #CDB4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB4CB; }

 p { color: rgb(205,180,203); }

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

background-color css

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

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

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

border-color css

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

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

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