#CCCDF0

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

Shades of Lavender Blue #CCCDF0

Tints of Lavender Blue #CCCDF0

Color information

#CCCDF0 (or 0xCCCDF0) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and F0. RGB value is (204,205,240). Sum of RGB (Red+Green+Blue) = 204+205+240=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF0 is #33320F. Grayscale: #D0D0D0. Windows color (decimal): -3355152 or 15781324. OLE color: 15781324.

HSL color Cylindrical-coordinate representation of color #CCCDF0: hue angle of 238.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCDF0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204205240-
CMYK0.150.1500.06
HSL238.33º54.55%87.06%-
HSV(B)238.33º15%94.12%-
XYZ62.4662.7991.27-
YUV208.69145.67124.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=31.43%
G=31.59%
B=36.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042052400.150.1500.06238.3354.5587.06
HexCCCDF0FF06ee3757
Octal31431536017170635667127
Binary110011001100110111110000111111110110111011101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDF0; }

 p { color: rgb(204,205,240); }

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

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

 a { background-color: rgb(204,205,240); }

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

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

 span { border-color: rgb(204,205,240); }

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