#CED5FD

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

Shades of Lavender Blue #CED5FD

Tints of Lavender Blue #CED5FD

Color information

#CED5FD (or 0xCED5FD) is unknown color: approx Lavender Blue. HEX triplet: CE, D5 and FD. RGB value is (206,213,253). Sum of RGB (Red+Green+Blue) = 206+213+253=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5FD is #312A02. Grayscale: #D7D7D7. Windows color (decimal): -3222019 or 16635342. OLE color: 16635342.

HSL color Cylindrical-coordinate representation of color #CED5FD: hue angle of 231.06º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED5FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206213253-
CMYK0.190.1600.01
HSL231.06º92.16%90%-
HSV(B)231.06º18.58%99.22%-
XYZ66.9867.8102.49-
YUV215.47149.18121.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=30.65%
G=31.70%
B=37.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062132530.190.1600.01231.0692.1690
HexCED5FD131001e75c5a
Octal316325375232001347134132
Binary1100111011010101111111011001110000011110011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5FD; }

 p { color: rgb(206,213,253); }

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

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

 a { background-color: rgb(206,213,253); }

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

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

 span { border-color: rgb(206,213,253); }

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