Html Css Color HEX #CDB2CB Lilac

📋 copy color: '#CDB2CB'

red 205 ◦ green 178 ◦ blue 203

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

Shades of Lilac #CDB2CB

Tints of Lilac #CDB2CB

RGB

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

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

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

R = 34.98%
G = 30.38%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDB2CB (or 0xCDB2CB) is known color: Lilac. HEX triplet: CD, B2 and CB. RGB value is (205,178,203). Sum of RGB (Red+Green+Blue) = 205+178+203=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2CB is #324D34. Grayscale: #BCBCBC. Windows color (decimal): -3296565 or 13349581. OLE color: 13349581.

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

Color convert

RGB 205 178 203 -
CMYK 0 0.13 0.01 0.20
HSL 304.44º 0.21% 0.75% -
HSV(B) 304.44º 0.13% 0.8% -
XYZ 51.88 49.13 63.25 -
YUV 188.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 205 178 203 0 0.13 0.01 0.20 304.44 0.21 0.75
Hex CD B2 CB 0 D 1 14 130 15 4B
Octal 315 262 313 0 15 1 24 460 25 113
Binary 11001101 10110010 11001011 0 1101 1 10100 100110000 10101 1001011

Color Harmonies of #CDB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2CB

Black with #CDB2CB

Text Example


Text Example

White with #CDB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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