#CCD0FC

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

Shades of Lavender Blue #CCD0FC

Tints of Lavender Blue #CCD0FC

Color information

#CCD0FC (or 0xCCD0FC) is unknown color: approx Lavender Blue. HEX triplet: CC, D0 and FC. RGB value is (204,208,252). Sum of RGB (Red+Green+Blue) = 204+208+252=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0FC is #332F03. Grayscale: #D3D3D3. Windows color (decimal): -3354372 or 16568524. OLE color: 16568524.

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

Color convert

RGB204208252-
CMYK0.190.1700.01
HSL235º88.89%89.41%-
HSV(B)235º19.05%98.82%-
XYZ65.0364.98101.21-
YUV211.82150.67122.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=30.72%
G=31.33%
B=37.95%

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
Decimal2042082520.190.1700.0123588.8989.41
HexCCD0FC131101eb5959
Octal314320374232101353131131
Binary1100110011010000111111001001110001011110101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0FC; }

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

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

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

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

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

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

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

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