#CDD0F6

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

Shades of Lavender Blue #CDD0F6

Tints of Lavender Blue #CDD0F6

Color information

#CDD0F6 (or 0xCDD0F6) is unknown color: approx Lavender Blue. HEX triplet: CD, D0 and F6. RGB value is (205,208,246). Sum of RGB (Red+Green+Blue) = 205+208+246=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0F6 is #322F09. Grayscale: #D3D3D3. Windows color (decimal): -3288842 or 16175309. OLE color: 16175309.

HSL color Cylindrical-coordinate representation of color #CDD0F6: hue angle of 235.61º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD0F6 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205208246-
CMYK0.170.1500.04
HSL235.61º69.49%88.43%-
HSV(B)235.61º16.67%96.47%-
XYZ64.3764.7496.29-
YUV211.44147.51123.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=31.11%
G=31.56%
B=37.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052082460.170.1500.04235.6169.4988.43
HexCDD0F611F04ec4558
Octal315320366211704354105130
Binary11001101110100001111011010001111101001110110010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0F6; }

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

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

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

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

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

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

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

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