#CCD0F9

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

Shades of Lavender Blue #CCD0F9

Tints of Lavender Blue #CCD0F9

Color information

#CCD0F9 (or 0xCCD0F9) is unknown color: approx Lavender Blue. HEX triplet: CC, D0 and F9. RGB value is (204,208,249). Sum of RGB (Red+Green+Blue) = 204+208+249=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0F9 is #332F06. Grayscale: #D3D3D3. Windows color (decimal): -3354375 or 16371916. OLE color: 16371916.

HSL color Cylindrical-coordinate representation of color #CCD0F9: hue angle of 234.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD0F9 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204208249-
CMYK0.180.1600.02
HSL234.67º78.95%88.82%-
HSV(B)234.67º18.07%97.65%-
XYZ64.5664.7998.73-
YUV211.48149.17122.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=30.86%
G=31.47%
B=37.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042082490.180.1600.02234.6778.9588.82
HexCCD0F9121002eb4f59
Octal314320371222002353117131
Binary11001100110100001111100110010100000101110101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0F9; }

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

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

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

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

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

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

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

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