Html Css Color HEX #CDB1CE Lilac

📋 copy color: '#CDB1CE'

red 205 ◦ green 177 ◦ blue 206

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

Shades of Lilac #CDB1CE

Tints of Lilac #CDB1CE

RGB

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

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

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

R = 34.86%
G = 30.1%
B = 35.03%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CDB1CE (or 0xCDB1CE) is known color: Lilac. HEX triplet: CD, B1 and CE. RGB value is (205,177,206). Sum of RGB (Red+Green+Blue) = 205+177+206=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 177 (69.53% from 255 or 30.10% 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 #CDB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1CE is #324E31. Grayscale: #BCBCBC. Windows color (decimal): -3296818 or 13545933. OLE color: 13545933.

HSL color Cylindrical-coordinate representation of color #CDB1CE: hue angle of 297.93º degrees, saturation: 0.23, 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 #CDB1CE is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 177 206 -
CMYK 0.00 0.14 0 0.19
HSL 297.93º 0.23% 0.75% -
HSV(B) 297.93º 0.14% 0.81% -
XYZ 52.04 48.88 65.08 -
YUV 188.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 205 177 206 0.00 0.14 0 0.19 297.93 0.23 0.75
Hex CD B1 CE 0 E 0 13 12A 17 4B
Octal 315 261 316 0 16 0 23 452 27 113
Binary 11001101 10110001 11001110 0 1110 0 10011 100101010 10111 1001011

Color Harmonies of #CDB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB1CE

Black with #CDB1CE

Text Example


Text Example

White with #CDB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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