#CED1FC

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

Shades of Lavender Blue #CED1FC

Tints of Lavender Blue #CED1FC

Color information

#CED1FC (or 0xCED1FC) is unknown color: approx Lavender Blue. HEX triplet: CE, D1 and FC. RGB value is (206,209,252). Sum of RGB (Red+Green+Blue) = 206+209+252=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1FC is #312E03. Grayscale: #D4D4D4. Windows color (decimal): -3223044 or 16568782. OLE color: 16568782.

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

Color convert

RGB206209252-
CMYK0.180.1700.01
HSL236.09º88.46%89.8%-
HSV(B)236.09º18.25%98.82%-
XYZ65.8265.75101.32-
YUV213150.01123-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=30.88%
G=31.33%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062092520.180.1700.01236.0988.4689.8
HexCED1FC121101ec585a
Octal316321374222101354130132
Binary1100111011010001111111001001010001011110110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1FC; }

 p { color: rgb(206,209,252); }

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

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

 a { background-color: rgb(206,209,252); }

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

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

 span { border-color: rgb(206,209,252); }

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