#CECDFD

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

Shades of Lavender Blue #CECDFD

Tints of Lavender Blue #CECDFD

Color information

#CECDFD (or 0xCECDFD) is unknown color: approx Lavender Blue. HEX triplet: CE, CD and FD. RGB value is (206,205,253). Sum of RGB (Red+Green+Blue) = 206+205+253=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #CECDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDFD is #313202. Grayscale: #D2D2D2. Windows color (decimal): -3224067 or 16633294. OLE color: 16633294.

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

Color convert

RGB206205253-
CMYK0.190.1900.01
HSL241.25º92.31%89.8%-
HSV(B)241.25º18.97%99.22%-
XYZ65.0163.88101.83-
YUV210.77151.83124.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=31.02%
G=30.87%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062052530.190.1900.01241.2592.3189.8
HexCECDFD131301f15c5a
Octal316315375232301361134132
Binary1100111011001101111111011001110011011111000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDFD; }

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

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

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

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

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

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

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

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