#CDC6EF

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

Shades of Lavender Blue #CDC6EF

Tints of Lavender Blue #CDC6EF

Color information

#CDC6EF (or 0xCDC6EF) is unknown color: approx Lavender Blue. HEX triplet: CD, C6 and EF. RGB value is (205,198,239). Sum of RGB (Red+Green+Blue) = 205+198+239=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6EF is #323910. Grayscale: #CCCCCC. Windows color (decimal): -3291409 or 15713997. OLE color: 15713997.

HSL color Cylindrical-coordinate representation of color #CDC6EF: hue angle of 250.24º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC6EF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205198239-
CMYK0.140.1700.06
HSL250.24º56.16%85.69%-
HSV(B)250.24º17.15%93.73%-
XYZ60.9559.689.95-
YUV204.77147.32128.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.93%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=31.93%
G=30.84%
B=37.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051982390.140.1700.06250.2456.1685.69
HexCDC6EFE1106fa3856
Octal31530635716210637270126
Binary1100110111000110111011111110100010110111110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6EF; }

 p { color: rgb(205,198,239); }

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

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

 a { background-color: rgb(205,198,239); }

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

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

 span { border-color: rgb(205,198,239); }

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