#CCD2FD

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

Shades of Lavender Blue #CCD2FD

Tints of Lavender Blue #CCD2FD

Color information

#CCD2FD (or 0xCCD2FD) is unknown color: approx Lavender Blue. HEX triplet: CC, D2 and FD. RGB value is (204,210,253). Sum of RGB (Red+Green+Blue) = 204+210+253=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2FD is #332D02. Grayscale: #D4D4D4. Windows color (decimal): -3353859 or 16634572. OLE color: 16634572.

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

Color convert

RGB204210253-
CMYK0.190.1700.01
HSL232.65º92.45%89.61%-
HSV(B)232.65º19.37%99.22%-
XYZ65.6866.02102.21-
YUV213.11150.51121.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 210 (82.42% from 255) = 31.48%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=30.58%
G=31.48%
B=37.93%

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
Decimal2042102530.190.1700.01232.6592.4589.61
HexCCD2FD131101e95c5a
Octal314322375232101351134132
Binary1100110011010010111111011001110001011110100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2FD; }

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

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

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

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

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

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

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

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