#CCD4FD

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

Shades of Lavender Blue #CCD4FD

Tints of Lavender Blue #CCD4FD

Color information

#CCD4FD (or 0xCCD4FD) is unknown color: approx Lavender Blue. HEX triplet: CC, D4 and FD. RGB value is (204,212,253). Sum of RGB (Red+Green+Blue) = 204+212+253=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4FD is #332B02. Grayscale: #D6D6D6. Windows color (decimal): -3353347 or 16635084. OLE color: 16635084.

HSL color Cylindrical-coordinate representation of color #CCD4FD: hue angle of 230.2º 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 #CCD4FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204212253-
CMYK0.190.1600.01
HSL230.2º92.45%89.61%-
HSV(B)230.2º19.37%99.22%-
XYZ66.1767.02102.38-
YUV214.28149.85120.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=30.49%
G=31.69%
B=37.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042122530.190.1600.01230.292.4589.61
HexCCD4FD131001e65c5a
Octal314324375232001346134132
Binary1100110011010100111111011001110000011110011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4FD; }

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

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

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

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

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

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

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

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