Html Css Color HEX #CDB1CB Lilac

📋 copy color: '#CDB1CB'

red 205 ◦ green 177 ◦ blue 203

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

Shades of Lilac #CDB1CB

Tints of Lilac #CDB1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.26%

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

R = 35.04%
G = 30.26%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDB1CB (or 0xCDB1CB) is known color: Lilac. HEX triplet: CD, B1 and CB. RGB value is (205,177,203). Sum of RGB (Red+Green+Blue) = 205+177+203=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1CB is #324E34. Grayscale: #BCBCBC. Windows color (decimal): -3296821 or 13349325. OLE color: 13349325.

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

Color convert

RGB 205 177 203 -
CMYK 0 0.14 0.01 0.20
HSL 304.29º 0.22% 0.75% -
HSV(B) 304.29º 0.14% 0.8% -
XYZ 51.68 48.74 63.18 -
YUV 188.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 205 177 203 0 0.14 0.01 0.20 304.29 0.22 0.75
Hex CD B1 CB 0 E 1 14 130 16 4B
Octal 315 261 313 0 16 1 24 460 26 113
Binary 11001101 10110001 11001011 0 1110 1 10100 100110000 10110 1001011

Color Harmonies of #CDB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB1CB

Black with #CDB1CB

Text Example


Text Example

White with #CDB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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