#CDC6F1

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

Shades of Lavender Blue #CDC6F1

Tints of Lavender Blue #CDC6F1

Color information

#CDC6F1 (or 0xCDC6F1) is unknown color: approx Lavender Blue. HEX triplet: CD, C6 and F1. RGB value is (205,198,241). Sum of RGB (Red+Green+Blue) = 205+198+241=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6F1 is #32390E. Grayscale: #CCCCCC. Windows color (decimal): -3291407 or 15845069. OLE color: 15845069.

HSL color Cylindrical-coordinate representation of color #CDC6F1: hue angle of 249.77º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC6F1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205198241-
CMYK0.150.1800.05
HSL249.77º60.56%86.08%-
HSV(B)249.77º17.84%94.51%-
XYZ61.2559.7291.52-
YUV204.99148.32128-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.83%
GREEN value IS 198 (77.73% from 255) = 30.75%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=31.83%
G=30.75%
B=37.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051982410.150.1800.05249.7760.5686.08
HexCDC6F1F1205fa3d56
Octal31530636117220537275126
Binary1100110111000110111100011111100100101111110101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6F1; }

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

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

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

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

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

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

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

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