#CED3FA

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

Shades of Lavender Blue #CED3FA

Tints of Lavender Blue #CED3FA

Color information

#CED3FA (or 0xCED3FA) is unknown color: approx Lavender Blue. HEX triplet: CE, D3 and FA. RGB value is (206,211,250). Sum of RGB (Red+Green+Blue) = 206+211+250=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3FA is #312C05. Grayscale: #D5D5D5. Windows color (decimal): -3222534 or 16438222. OLE color: 16438222.

HSL color Cylindrical-coordinate representation of color #CED3FA: hue angle of 233.18º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED3FA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206211250-
CMYK0.180.1600.02
HSL233.18º81.48%89.41%-
HSV(B)233.18º17.6%98.04%-
XYZ6666.6199.82-
YUV213.95148.34122.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=30.88%
G=31.63%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062112500.180.1600.02233.1881.4889.41
HexCED3FA121002e95159
Octal316323372222002351121131
Binary11001110110100111111101010010100000101110100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3FA; }

 p { color: rgb(206,211,250); }

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

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

 a { background-color: rgb(206,211,250); }

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

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

 span { border-color: rgb(206,211,250); }

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