#CED6FF

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

Shades of Lavender Blue #CED6FF

Tints of Lavender Blue #CED6FF

Color information

#CED6FF (or 0xCED6FF) is unknown color: approx Lavender Blue. HEX triplet: CE, D6 and FF. RGB value is (206,214,255). Sum of RGB (Red+Green+Blue) = 206+214+255=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6FF is #312900. Grayscale: #D8D8D8. Windows color (decimal): -3221761 or 16766670. OLE color: 16766670.

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

Color convert

RGB206214255-
CMYK0.190.1600
HSL230.2º100%90.39%-
HSV(B)230.2º19.22%100%-
XYZ67.5568.43104.26-
YUV216.28149.85120.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 214 (83.98% from 255) = 31.70%
BLUE value IS 255 (100% from 255) = 37.78%
R=30.52%
G=31.70%
B=37.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062142550.190.1600230.210090.39
HexCED6FF131000e6645a
Octal316326377232000346144132
Binary1100111011010110111111111001110000001110011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6FF; }

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

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

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

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

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

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

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

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