#CDDAED

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

Shades of Hawkes Blue #CDDAED

Tints of Hawkes Blue #CDDAED

Color information

#CDDAED (or 0xCDDAED) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and ED. RGB value is (205,218,237). Sum of RGB (Red+Green+Blue) = 205+218+237=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAED is #322512. Grayscale: #D8D8D8. Windows color (decimal): -3286291 or 15588045. OLE color: 15588045.

HSL color Cylindrical-coordinate representation of color #CDDAED: hue angle of 215.62º degrees, saturation: 0.47, 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 #CDDAED is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205218237-
CMYK0.140.0800.07
HSL215.62º47.06%86.67%-
HSV(B)215.62º13.5%92.94%-
XYZ65.5369.2490.03-
YUV216.28139.69119.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=31.06%
G=33.03%
B=35.91%

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
Decimal2052182370.140.0800.07215.6247.0686.67
HexCDDAEDE807d82f57
Octal31533235516100733057127
Binary110011011101101011101101111010000111110110001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAED; }

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

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

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

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

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

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

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

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