#CED7FF

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

Shades of Lavender Blue #CED7FF

Tints of Lavender Blue #CED7FF

Color information

#CED7FF (or 0xCED7FF) is unknown color: approx Lavender Blue. HEX triplet: CE, D7 and FF. RGB value is (206,215,255). Sum of RGB (Red+Green+Blue) = 206+215+255=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FF is #312800. Grayscale: #D8D8D8. Windows color (decimal): -3221505 or 16766926. OLE color: 16766926.

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

Color convert

RGB206215255-
CMYK0.190.1600
HSL228.98º100%90.39%-
HSV(B)228.98º19.22%100%-
XYZ67.868.94104.34-
YUV216.87149.52120.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.47%
GREEN value IS 215 (84.38% from 255) = 31.80%
BLUE value IS 255 (100% from 255) = 37.72%
R=30.47%
G=31.80%
B=37.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062152550.190.1600228.9810090.39
HexCED7FF131000e5645a
Octal316327377232000345144132
Binary1100111011010111111111111001110000001110010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7FF; }

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

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

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

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

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

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

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

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