#CDA8CF

Color #CDA8CF Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CDA8CF

Tints of Lilac #CDA8CF

Color information

#CDA8CF (or 0xCDA8CF) is unknown color: approx Lilac. HEX triplet: CD, A8 and CF. RGB value is (205,168,207). Sum of RGB (Red+Green+Blue) = 205+168+207=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8CF is #325730. Grayscale: #B7B7B7. Windows color (decimal): -3299121 or 13609165. OLE color: 13609165.

HSL color Cylindrical-coordinate representation of color #CDA8CF: hue angle of 296.92º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA8CF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205168207-
CMYK0.010.1900.19
HSL296.92º28.89%73.53%-
HSV(B)296.92º18.84%81.18%-
XYZ50.4445.4965.15-
YUV183.51141.26143.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 168 (66.02% from 255) = 28.97%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=35.34%
G=28.97%
B=35.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051682070.010.1900.19296.9228.8973.53
HexCDA8CF1130131291d4a
Octal31525031712302345135112
Binary110011011010100011001111110011010011100101001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8CF; }

 p { color: rgb(205,168,207); }

 H1.HeaderClassName
 {
   color: #CDA8CF;
 }
 .AnyTagClassName
 {
   color: #CDA8CF;
 }
</style>
background-color css

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

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

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

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

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

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