#CF9DD5

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

Shades of Lilac #CF9DD5

Tints of Lilac #CF9DD5

Color information

#CF9DD5 (or 0xCF9DD5) is unknown color: approx Lilac. HEX triplet: CF, 9D and D5. RGB value is (207,157,213). Sum of RGB (Red+Green+Blue) = 207+157+213=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DD5 is #30622A. Grayscale: #B2B2B2. Windows color (decimal): -3170859 or 13999567. OLE color: 13999567.

HSL color Cylindrical-coordinate representation of color #CF9DD5: hue angle of 293.57º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9DD5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207157213-
CMYK0.030.2600.16
HSL293.57º40%72.55%-
HSV(B)293.57º26.29%83.53%-
XYZ49.842.1868.47-
YUV178.33147.56148.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 213 (83.59% from 255) = 36.92%
R=35.88%
G=27.21%
B=36.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071572130.030.2600.16293.574072.55
HexCF9DD531A0101262849
Octal31723532533202044650111
Binary11001111100111011101010111110100100001001001101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DD5; }

 p { color: rgb(207,157,213); }

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

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

 a { background-color: rgb(207,157,213); }

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

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

 span { border-color: rgb(207,157,213); }

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