#CCD2FA

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

Shades of Lavender Blue #CCD2FA

Tints of Lavender Blue #CCD2FA

Color information

#CCD2FA (or 0xCCD2FA) is unknown color: approx Lavender Blue. HEX triplet: CC, D2 and FA. RGB value is (204,210,250). Sum of RGB (Red+Green+Blue) = 204+210+250=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2FA is #332D05. Grayscale: #D4D4D4. Windows color (decimal): -3353862 or 16437964. OLE color: 16437964.

HSL color Cylindrical-coordinate representation of color #CCD2FA: hue angle of 232.17º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD2FA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204210250-
CMYK0.180.1600.02
HSL232.17º82.14%89.02%-
HSV(B)232.17º18.4%98.04%-
XYZ65.265.8399.71-
YUV212.77149.01121.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=30.72%
G=31.63%
B=37.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042102500.180.1600.02232.1782.1489.02
HexCCD2FA121002e85259
Octal314322372222002350122131
Binary11001100110100101111101010010100000101110100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2FA; }

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

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

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

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

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

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

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

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