#CDCEFE

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

Shades of Lavender Blue #CDCEFE

Tints of Lavender Blue #CDCEFE

Color information

#CDCEFE (or 0xCDCEFE) is unknown color: approx Lavender Blue. HEX triplet: CD, CE and FE. RGB value is (205,206,254). Sum of RGB (Red+Green+Blue) = 205+206+254=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEFE is #323101. Grayscale: #D2D2D2. Windows color (decimal): -3289346 or 16699085. OLE color: 16699085.

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

Color convert

RGB205206254-
CMYK0.190.1900.00
HSL238.78º96.08%90%-
HSV(B)238.78º19.29%99.61%-
XYZ65.1464.28102.74-
YUV211.17152.17123.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=30.83%
G=30.98%
B=38.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052062540.190.1900.00238.7896.0890
HexCDCEFE131300ef605a
Octal315316376232300357140132
Binary1100110111001110111111101001110011001110111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEFE; }

 p { color: rgb(205,206,254); }

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

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

 a { background-color: rgb(205,206,254); }

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

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

 span { border-color: rgb(205,206,254); }

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