Html Css Color HEX #CDB2CE Lilac

📋 copy color: '#CDB2CE'

red 205 ◦ green 178 ◦ blue 206

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

Shades of Lilac #CDB2CE

Tints of Lilac #CDB2CE

RGB

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

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

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

R = 34.8%
G = 30.22%
B = 34.97%

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

#CDB2CE (or 0xCDB2CE) is known color: Lilac. HEX triplet: CD, B2 and CE. RGB value is (205,178,206). Sum of RGB (Red+Green+Blue) = 205+178+206=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2CE is #324D31. Grayscale: #BDBDBD. Windows color (decimal): -3296562 or 13546189. OLE color: 13546189.

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

Color convert

RGB 205 178 206 -
CMYK 0.00 0.14 0 0.19
HSL 297.86º 0.22% 0.75% -
HSV(B) 297.86º 0.14% 0.81% -
XYZ 52.24 49.28 65.15 -
YUV 189.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 205 178 206 0.00 0.14 0 0.19 297.86 0.22 0.75
Hex CD B2 CE 0 E 0 13 12A 16 4B
Octal 315 262 316 0 16 0 23 452 26 113
Binary 11001101 10110010 11001110 0 1110 0 10011 100101010 10110 1001011

Color Harmonies of #CDB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2CE

Black with #CDB2CE

Text Example


Text Example

White with #CDB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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