#CED3F9

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

Shades of Lavender Blue #CED3F9

Tints of Lavender Blue #CED3F9

Color information

#CED3F9 (or 0xCED3F9) is unknown color: approx Lavender Blue. HEX triplet: CE, D3 and F9. RGB value is (206,211,249). Sum of RGB (Red+Green+Blue) = 206+211+249=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F9 is #312C06. Grayscale: #D5D5D5. Windows color (decimal): -3222535 or 16372686. OLE color: 16372686.

HSL color Cylindrical-coordinate representation of color #CED3F9: hue angle of 233.02º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED3F9 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206211249-
CMYK0.170.1500.02
HSL233.02º78.18%89.22%-
HSV(B)233.02º17.27%97.65%-
XYZ65.8566.5599-
YUV213.84147.84122.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=30.93%
G=31.68%
B=37.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062112490.170.1500.02233.0278.1889.22
HexCED3F911F02e94e59
Octal316323371211702351116131
Binary1100111011010011111110011000111110101110100110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3F9; }

 p { color: rgb(206,211,249); }

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

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

 a { background-color: rgb(206,211,249); }

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

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

 span { border-color: rgb(206,211,249); }

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