#CDDAEE

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

Shades of Hawkes Blue #CDDAEE

Tints of Hawkes Blue #CDDAEE

Color information

#CDDAEE (or 0xCDDAEE) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and EE. RGB value is (205,218,238). Sum of RGB (Red+Green+Blue) = 205+218+238=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAEE is #322511. Grayscale: #D8D8D8. Windows color (decimal): -3286290 or 15653581. OLE color: 15653581.

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

Color convert

RGB205218238-
CMYK0.140.0800.07
HSL216.36º49.25%86.86%-
HSV(B)216.36º13.87%93.33%-
XYZ65.6869.2990.8-
YUV216.39140.19119.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=31.01%
G=32.98%
B=36.01%

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
Decimal2052182380.140.0800.07216.3649.2586.86
HexCDDAEEE807d83157
Octal31533235616100733061127
Binary110011011101101011101110111010000111110110001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAEE; }

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

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

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

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

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

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

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

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