#CDC5F6

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

Shades of Lavender Blue #CDC5F6

Tints of Lavender Blue #CDC5F6

Color information

#CDC5F6 (or 0xCDC5F6) is unknown color: approx Lavender Blue. HEX triplet: CD, C5 and F6. RGB value is (205,197,246). Sum of RGB (Red+Green+Blue) = 205+197+246=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDC5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5F6 is #323A09. Grayscale: #CCCCCC. Windows color (decimal): -3291658 or 16172493. OLE color: 16172493.

HSL color Cylindrical-coordinate representation of color #CDC5F6: hue angle of 249.8º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDC5F6 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205197246-
CMYK0.170.2000.04
HSL249.8º73.13%86.86%-
HSV(B)249.8º19.92%96.47%-
XYZ61.7859.5795.43-
YUV204.98151.15128.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 197 (77.34% from 255) = 30.40%
BLUE value IS 246 (96.48% from 255) = 37.96%
R=31.64%
G=30.40%
B=37.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051972460.170.2000.04249.873.1386.86
HexCDC5F6111404fa4957
Octal315305366212404372111127
Binary110011011100010111110110100011010001001111101010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5F6; }

 p { color: rgb(205,197,246); }

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

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

 a { background-color: rgb(205,197,246); }

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

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

 span { border-color: rgb(205,197,246); }

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