Html Css Color HEX #CDB1C9 Lilac

📋 copy color: '#CDB1C9'

red 205 ◦ green 177 ◦ blue 201

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

Shades of Lilac #CDB1C9

Tints of Lilac #CDB1C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.48%

R = 35.16%
G = 30.36%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CDB1C9 (or 0xCDB1C9) is known color: Lilac. HEX triplet: CD, B1 and C9. RGB value is (205,177,201). Sum of RGB (Red+Green+Blue) = 205+177+201=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1C9 is #324E36. Grayscale: #BCBCBC. Windows color (decimal): -3296823 or 13218253. OLE color: 13218253.

HSL color Cylindrical-coordinate representation of color #CDB1C9: hue angle of 308.57º 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 #CDB1C9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 177 201 -
CMYK 0 0.14 0.02 0.20
HSL 308.57º 0.22% 0.75% -
HSV(B) 308.57º 0.14% 0.8% -
XYZ 51.44 48.64 61.94 -
YUV 188.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 205 177 201 0 0.14 0.02 0.20 308.57 0.22 0.75
Hex CD B1 C9 0 E 2 14 135 16 4B
Octal 315 261 311 0 16 2 24 465 26 113
Binary 11001101 10110001 11001001 0 1110 10 10100 100110101 10110 1001011

Color Harmonies of #CDB1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB1C9

Black with #CDB1C9

Text Example


Text Example

White with #CDB1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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