#CED0FD

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

Shades of Lavender Blue #CED0FD

Tints of Lavender Blue #CED0FD

Color information

#CED0FD (or 0xCED0FD) is unknown color: approx Lavender Blue. HEX triplet: CE, D0 and FD. RGB value is (206,208,253). Sum of RGB (Red+Green+Blue) = 206+208+253=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0FD is #312F02. Grayscale: #D4D4D4. Windows color (decimal): -3223299 or 16634062. OLE color: 16634062.

HSL color Cylindrical-coordinate representation of color #CED0FD: hue angle of 237.45º 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 #CED0FD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206208253-
CMYK0.190.1800.01
HSL237.45º92.16%90%-
HSV(B)237.45º18.58%99.22%-
XYZ65.7465.33102.07-
YUV212.53150.84123.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=30.88%
G=31.18%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062082530.190.1800.01237.4592.1690
HexCED0FD131201ed5c5a
Octal316320375232201355134132
Binary1100111011010000111111011001110010011110110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED0FD; }

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

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

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

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

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

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

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

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