Html Css Color HEX #CDB2CD Lilac

📋 copy color: '#CDB2CD'

red 205 ◦ green 178 ◦ blue 205

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

Shades of Lilac #CDB2CD

Tints of Lilac #CDB2CD

RGB

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

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

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

R = 34.86%
G = 30.27%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CDB2CD (or 0xCDB2CD) is known color: Lilac. HEX triplet: CD, B2 and CD. RGB value is (205,178,205). Sum of RGB (Red+Green+Blue) = 205+178+205=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2CD is #324D32. Grayscale: #BDBDBD. Windows color (decimal): -3296563 or 13480653. OLE color: 13480653.

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

Color convert

RGB 205 178 205 -
CMYK 0 0.13 0 0.20
HSL 300º 0.21% 0.75% -
HSV(B) 300º 0.13% 0.8% -
XYZ 52.12 49.23 64.51 -
YUV 189.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 205 178 205 0 0.13 0 0.20 300 0.21 0.75
Hex CD B2 CD 0 D 0 14 12C 15 4B
Octal 315 262 315 0 15 0 24 454 25 113
Binary 11001101 10110010 11001101 0 1101 0 10100 100101100 10101 1001011

Color Harmonies of #CDB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2CD

Black with #CDB2CD

Text Example


Text Example

White with #CDB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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