#CECCFD

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

Shades of Lavender Blue #CECCFD

Tints of Lavender Blue #CECCFD

Color information

#CECCFD (or 0xCECCFD) is unknown color: approx Lavender Blue. HEX triplet: CE, CC and FD. RGB value is (206,204,253). Sum of RGB (Red+Green+Blue) = 206+204+253=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #CECCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCFD is #313302. Grayscale: #D1D1D1. Windows color (decimal): -3224323 or 16633038. OLE color: 16633038.

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

Color convert

RGB206204253-
CMYK0.190.1900.01
HSL242.45º92.45%89.61%-
HSV(B)242.45º19.37%99.22%-
XYZ64.7863.4101.75-
YUV210.18152.16125.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=31.07%
G=30.77%
B=38.16%

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
Decimal2062042530.190.1900.01242.4592.4589.61
HexCECCFD131301f25c5a
Octal316314375232301362134132
Binary1100111011001100111111011001110011011111001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCFD; }

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

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

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

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

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

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

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

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