#CCCEFD

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

Shades of Lavender Blue #CCCEFD

Tints of Lavender Blue #CCCEFD

Color information

#CCCEFD (or 0xCCCEFD) is unknown color: approx Lavender Blue. HEX triplet: CC, CE and FD. RGB value is (204,206,253). Sum of RGB (Red+Green+Blue) = 204+206+253=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 206 (80.86% from 255 or 31.07% 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 #CCCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFD is #333102. Grayscale: #D2D2D2. Windows color (decimal): -3354883 or 16633548. OLE color: 16633548.

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

Color convert

RGB204206253-
CMYK0.190.1900.01
HSL237.55º92.45%89.61%-
HSV(B)237.55º19.37%99.22%-
XYZ64.764.07101.89-
YUV210.76151.84123.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=30.77%
G=31.07%
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
Decimal2042062530.190.1900.01237.5592.4589.61
HexCCCEFD131301ee5c5a
Octal314316375232301356134132
Binary1100110011001110111111011001110011011110111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEFD; }

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

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

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

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

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

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

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

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