#CCDAF0

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

Shades of Hawkes Blue #CCDAF0

Tints of Hawkes Blue #CCDAF0

Color information

#CCDAF0 (or 0xCCDAF0) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and F0. RGB value is (204,218,240). Sum of RGB (Red+Green+Blue) = 204+218+240=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF0 is #33250F. Grayscale: #D8D8D8. Windows color (decimal): -3351824 or 15784652. OLE color: 15784652.

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

Color convert

RGB204218240-
CMYK0.150.0900.06
HSL216.67º54.55%87.06%-
HSV(B)216.67º15%94.12%-
XYZ65.769.2792.35-
YUV216.32141.36119.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=30.82%
G=32.93%
B=36.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042182400.150.0900.06216.6754.5587.06
HexCCDAF0F906d93757
Octal31433236017110633167127
Binary110011001101101011110000111110010110110110011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAF0; }

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

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

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

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

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

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

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

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