#CCD2F5

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

Shades of Lavender Blue #CCD2F5

Tints of Lavender Blue #CCD2F5

Color information

#CCD2F5 (or 0xCCD2F5) is unknown color: approx Lavender Blue. HEX triplet: CC, D2 and F5. RGB value is (204,210,245). Sum of RGB (Red+Green+Blue) = 204+210+245=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCD2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2F5 is #332D0A. Grayscale: #D4D4D4. Windows color (decimal): -3353867 or 16110284. OLE color: 16110284.

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

Color convert

RGB204210245-
CMYK0.170.1400.04
HSL231.22º67.21%88.04%-
HSV(B)231.22º16.73%96.08%-
XYZ64.4365.5295.64-
YUV212.2146.51122.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 210 (82.42% from 255) = 31.87%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=30.96%
G=31.87%
B=37.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042102450.170.1400.04231.2267.2188.04
HexCCD2F511E04e74358
Octal314322365211604347103130
Binary11001100110100101111010110001111001001110011110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2F5; }

 p { color: rgb(204,210,245); }

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

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

 a { background-color: rgb(204,210,245); }

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

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

 span { border-color: rgb(204,210,245); }

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