Html Css Color HEX #CDB3CA Lilac

📋 copy color: '#CDB3CA'

red 205 ◦ green 179 ◦ blue 202

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

Shades of Lilac #CDB3CA

Tints of Lilac #CDB3CA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.55%

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

R = 34.98%
G = 30.55%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDB3CA (or 0xCDB3CA) is known color: Lilac. HEX triplet: CD, B3 and CA. RGB value is (205,179,202). Sum of RGB (Red+Green+Blue) = 205+179+202=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3CA is #324C35. Grayscale: #BDBDBD. Windows color (decimal): -3296310 or 13284301. OLE color: 13284301.

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

Color convert

RGB 205 179 202 -
CMYK 0 0.13 0.01 0.20
HSL 306.92º 0.21% 0.75% -
HSV(B) 306.92º 0.13% 0.8% -
XYZ 51.96 49.48 62.69 -
YUV 189.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 205 179 202 0 0.13 0.01 0.20 306.92 0.21 0.75
Hex CD B3 CA 0 D 1 14 133 15 4B
Octal 315 263 312 0 15 1 24 463 25 113
Binary 11001101 10110011 11001010 0 1101 1 10100 100110011 10101 1001011

Color Harmonies of #CDB3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB3CA

Black with #CDB3CA

Text Example


Text Example

White with #CDB3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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