Html Css Color HEX #CDB0CA Lilac

📋 copy color: '#CDB0CA'

red 205 ◦ green 176 ◦ blue 202

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

Shades of Lilac #CDB0CA

Tints of Lilac #CDB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.19%

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 35.16%
G = 30.19%
B = 34.65%

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

#CDB0CA (or 0xCDB0CA) is known color: Lilac. HEX triplet: CD, B0 and CA. RGB value is (205,176,202). Sum of RGB (Red+Green+Blue) = 205+176+202=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0CA is #324F35. Grayscale: #BBBBBB. Windows color (decimal): -3297078 or 13283533. OLE color: 13283533.

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

Color convert

RGB 205 176 202 -
CMYK 0 0.14 0.01 0.20
HSL 306.21º 0.22% 0.75% -
HSV(B) 306.21º 0.14% 0.8% -
XYZ 51.36 48.29 62.49 -
YUV 187.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 205 176 202 0 0.14 0.01 0.20 306.21 0.22 0.75
Hex CD B0 CA 0 E 1 14 132 16 4B
Octal 315 260 312 0 16 1 24 462 26 113
Binary 11001101 10110000 11001010 0 1110 1 10100 100110010 10110 1001011

Color Harmonies of #CDB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0CA

Black with #CDB0CA

Text Example


Text Example

White with #CDB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0CA; }

 p { color: rgb(205,176,202); }

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

background-color css

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

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

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

border-color css

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

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

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