Html Css Color HEX #CDAFCB Lilac

📋 copy color: '#CDAFCB'

red 205 ◦ green 175 ◦ blue 203

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

Shades of Lilac #CDAFCB

Tints of Lilac #CDAFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.02%

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 35.16%
G = 30.02%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDAFCB (or 0xCDAFCB) is known color: Lilac. HEX triplet: CD, AF and CB. RGB value is (205,175,203). Sum of RGB (Red+Green+Blue) = 205+175+203=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFCB is #325034. Grayscale: #BBBBBB. Windows color (decimal): -3297333 or 13348813. OLE color: 13348813.

HSL color Cylindrical-coordinate representation of color #CDAFCB: hue angle of 304º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFCB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 175 203 -
CMYK 0 0.15 0.01 0.20
HSL 304º 0.23% 0.75% -
HSV(B) 304º 0.15% 0.8% -
XYZ 51.29 47.95 63.05 -
YUV 187.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 205 175 203 0 0.15 0.01 0.20 304 0.23 0.75
Hex CD AF CB 0 F 1 14 130 17 4B
Octal 315 257 313 0 17 1 24 460 27 113
Binary 11001101 10101111 11001011 0 1111 1 10100 100110000 10111 1001011

Color Harmonies of #CDAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFCB

Black with #CDAFCB

Text Example


Text Example

White with #CDAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFCB; }

 p { color: rgb(205,175,203); }

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

background-color css

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

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

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

border-color css

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

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

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