#CCD0FD

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

Shades of Lavender Blue #CCD0FD

Tints of Lavender Blue #CCD0FD

Color information

#CCD0FD (or 0xCCD0FD) is unknown color: approx Lavender Blue. HEX triplet: CC, D0 and FD. RGB value is (204,208,253). Sum of RGB (Red+Green+Blue) = 204+208+253=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0FD is #332F02. Grayscale: #D3D3D3. Windows color (decimal): -3354371 or 16634060. OLE color: 16634060.

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

Color convert

RGB204208253-
CMYK0.190.1800.01
HSL235.1º92.45%89.61%-
HSV(B)235.1º19.37%99.22%-
XYZ65.1965.04102.05-
YUV211.93151.17122.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=30.68%
G=31.28%
B=38.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042082530.190.1800.01235.192.4589.61
HexCCD0FD131201eb5c5a
Octal314320375232201353134132
Binary1100110011010000111111011001110010011110101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0FD; }

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

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

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

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

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

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

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

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