#CCDCF0

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

Shades of Hawkes Blue #CCDCF0

Tints of Hawkes Blue #CCDCF0

Color information

#CCDCF0 (or 0xCCDCF0) is unknown color: approx Hawkes Blue. HEX triplet: CC, DC and F0. RGB value is (204,220,240). Sum of RGB (Red+Green+Blue) = 204+220+240=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCF0 is #33230F. Grayscale: #D9D9D9. Windows color (decimal): -3351312 or 15785164. OLE color: 15785164.

HSL color Cylindrical-coordinate representation of color #CCDCF0: hue angle of 213.33º 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 #CCDCF0 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204220240-
CMYK0.150.0800.06
HSL213.33º54.55%87.06%-
HSV(B)213.33º15%94.12%-
XYZ66.2270.3292.52-
YUV217.5140.7118.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=30.72%
G=33.13%
B=36.14%

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
Decimal2042202400.150.0800.06213.3354.5587.06
HexCCDCF0F806d53757
Octal31433436017100632567127
Binary110011001101110011110000111110000110110101011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCF0; }

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

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

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

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

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

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

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

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