#CED6FC

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

Shades of Lavender Blue #CED6FC

Tints of Lavender Blue #CED6FC

Color information

#CED6FC (or 0xCED6FC) is unknown color: approx Lavender Blue. HEX triplet: CE, D6 and FC. RGB value is (206,214,252). Sum of RGB (Red+Green+Blue) = 206+214+252=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6FC is #312903. Grayscale: #D7D7D7. Windows color (decimal): -3221764 or 16570062. OLE color: 16570062.

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

Color convert

RGB206214252-
CMYK0.180.1500.01
HSL229.57º88.46%89.8%-
HSV(B)229.57º18.25%98.82%-
XYZ67.0768.24101.73-
YUV215.94148.35120.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=30.65%
G=31.85%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062142520.180.1500.01229.5788.4689.8
HexCED6FC12F01e6585a
Octal316326374221701346130132
Binary110011101101011011111100100101111011110011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6FC; }

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

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

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

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

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

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

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

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