#CCD5FD

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

Shades of Lavender Blue #CCD5FD

Tints of Lavender Blue #CCD5FD

Color information

#CCD5FD (or 0xCCD5FD) is unknown color: approx Lavender Blue. HEX triplet: CC, D5 and FD. RGB value is (204,213,253). Sum of RGB (Red+Green+Blue) = 204+213+253=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5FD is #332A02. Grayscale: #D6D6D6. Windows color (decimal): -3353091 or 16635340. OLE color: 16635340.

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

Color convert

RGB204213253-
CMYK0.190.1600.01
HSL228.98º92.45%89.61%-
HSV(B)228.98º19.37%99.22%-
XYZ66.4367.52102.46-
YUV214.87149.52120.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=30.45%
G=31.79%
B=37.76%

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
Decimal2042132530.190.1600.01228.9892.4589.61
HexCCD5FD131001e55c5a
Octal314325375232001345134132
Binary1100110011010101111111011001110000011110010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5FD; }

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

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

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

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

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

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

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

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