#CCDDF0

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

Shades of Hawkes Blue #CCDDF0

Tints of Hawkes Blue #CCDDF0

Color information

#CCDDF0 (or 0xCCDDF0) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and F0. RGB value is (204,221,240). Sum of RGB (Red+Green+Blue) = 204+221+240=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDF0 is #33220F. Grayscale: #D9D9D9. Windows color (decimal): -3351056 or 15785420. OLE color: 15785420.

HSL color Cylindrical-coordinate representation of color #CCDDF0: hue angle of 211.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDDF0 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204221240-
CMYK0.150.0800.06
HSL211.67º54.55%87.06%-
HSV(B)211.67º15%94.12%-
XYZ66.4970.8492.61-
YUV218.08140.37117.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=30.68%
G=33.23%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042212400.150.0800.06211.6754.5587.06
HexCCDDF0F806d43757
Octal31433536017100632467127
Binary110011001101110111110000111110000110110101001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDF0; }

 p { color: rgb(204,221,240); }

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

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

 a { background-color: rgb(204,221,240); }

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

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

 span { border-color: rgb(204,221,240); }

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