#CDD8EE

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

Shades of Hawkes Blue #CDD8EE

Tints of Hawkes Blue #CDD8EE

Color information

#CDD8EE (or 0xCDD8EE) is unknown color: approx Hawkes Blue. HEX triplet: CD, D8 and EE. RGB value is (205,216,238). Sum of RGB (Red+Green+Blue) = 205+216+238=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8EE is #322711. Grayscale: #D7D7D7. Windows color (decimal): -3286802 or 15653069. OLE color: 15653069.

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

Color convert

RGB205216238-
CMYK0.140.0900.07
HSL220º49.25%86.86%-
HSV(B)220º13.87%93.33%-
XYZ65.1768.2690.63-
YUV215.22140.86120.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=31.11%
G=32.78%
B=36.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052162380.140.0900.0722049.2586.86
HexCDD8EEE907dc3157
Octal31533035616110733461127
Binary110011011101100011101110111010010111110111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8EE; }

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

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

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

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

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

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

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

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