#CCD0F1

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

Shades of Lavender Blue #CCD0F1

Tints of Lavender Blue #CCD0F1

Color information

#CCD0F1 (or 0xCCD0F1) is unknown color: approx Lavender Blue. HEX triplet: CC, D0 and F1. RGB value is (204,208,241). Sum of RGB (Red+Green+Blue) = 204+208+241=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0F1 is #332F0E. Grayscale: #D2D2D2. Windows color (decimal): -3354383 or 15847628. OLE color: 15847628.

HSL color Cylindrical-coordinate representation of color #CCD0F1: hue angle of 233.51º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD0F1 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204208241-
CMYK0.150.1400.05
HSL233.51º56.92%87.25%-
HSV(B)233.51º15.35%94.51%-
XYZ63.3364.392.29-
YUV210.57145.17123.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=31.24%
G=31.85%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042082410.150.1400.05233.5156.9287.25
HexCCD0F1FE05ea3957
Octal31432036117160535271127
Binary110011001101000011110001111111100101111010101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0F1; }

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

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

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

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

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

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

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

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