#CCDAEE

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

Shades of Hawkes Blue #CCDAEE

Tints of Hawkes Blue #CCDAEE

Color information

#CCDAEE (or 0xCCDAEE) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and EE. RGB value is (204,218,238). Sum of RGB (Red+Green+Blue) = 204+218+238=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAEE is #332511. Grayscale: #D8D8D8. Windows color (decimal): -3351826 or 15653580. OLE color: 15653580.

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

Color convert

RGB204218238-
CMYK0.140.0800.07
HSL215.29º50%86.67%-
HSV(B)215.29º14.29%93.33%-
XYZ65.4169.1590.79-
YUV216.09140.36119.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=30.91%
G=33.03%
B=36.06%

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
Decimal2042182380.140.0800.07215.295086.67
HexCCDAEEE807d73257
Octal31433235616100732762127
Binary110011001101101011101110111010000111110101111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAEE; }

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

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

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

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

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

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

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

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