#CCCDF4

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

Shades of Lavender Blue #CCCDF4

Tints of Lavender Blue #CCCDF4

Color information

#CCCDF4 (or 0xCCCDF4) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and F4. RGB value is (204,205,244). Sum of RGB (Red+Green+Blue) = 204+205+244=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF4 is #33320B. Grayscale: #D0D0D0. Windows color (decimal): -3355148 or 16043468. OLE color: 16043468.

HSL color Cylindrical-coordinate representation of color #CCCDF4: hue angle of 238.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCDF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204205244-
CMYK0.160.1600.04
HSL238.5º64.52%87.84%-
HSV(B)238.5º16.39%95.69%-
XYZ63.0663.0394.43-
YUV209.15147.67124.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=31.24%
G=31.39%
B=37.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042052440.160.1600.04238.564.5287.84
HexCCCDF4101004ee4158
Octal314315364202004356101130
Binary110011001100110111110100100001000001001110111010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDF4; }

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

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

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

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

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

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

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

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