#CCD2FC

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

Shades of Lavender Blue #CCD2FC

Tints of Lavender Blue #CCD2FC

Color information

#CCD2FC (or 0xCCD2FC) is unknown color: approx Lavender Blue. HEX triplet: CC, D2 and FC. RGB value is (204,210,252). Sum of RGB (Red+Green+Blue) = 204+210+252=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2FC is #332D03. Grayscale: #D4D4D4. Windows color (decimal): -3353860 or 16569036. OLE color: 16569036.

HSL color Cylindrical-coordinate representation of color #CCD2FC: hue angle of 232.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD2FC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204210252-
CMYK0.190.1700.01
HSL232.5º88.89%89.41%-
HSV(B)232.5º19.05%98.82%-
XYZ65.5265.96101.37-
YUV212.99150.01121.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=30.63%
G=31.53%
B=37.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042102520.190.1700.01232.588.8989.41
HexCCD2FC131101e85959
Octal314322374232101350131131
Binary1100110011010010111111001001110001011110100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2FC; }

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

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

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

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

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

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

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

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