#CCDAED

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

Shades of Hawkes Blue #CCDAED

Tints of Hawkes Blue #CCDAED

Color information

#CCDAED (or 0xCCDAED) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and ED. RGB value is (204,218,237). Sum of RGB (Red+Green+Blue) = 204+218+237=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAED is #332512. Grayscale: #D7D7D7. Windows color (decimal): -3351827 or 15588044. OLE color: 15588044.

HSL color Cylindrical-coordinate representation of color #CCDAED: hue angle of 214.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDAED is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204218237-
CMYK0.140.0800.07
HSL214.55º47.83%86.47%-
HSV(B)214.55º13.92%92.94%-
XYZ65.2669.0990.02-
YUV215.98139.86119.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=30.96%
G=33.08%
B=35.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042182370.140.0800.07214.5547.8386.47
HexCCDAEDE807d73056
Octal31433235516100732760126
Binary110011001101101011101101111010000111110101111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAED; }

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

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

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

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

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

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

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

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