#CDD7EE

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

Shades of Hawkes Blue #CDD7EE

Tints of Hawkes Blue #CDD7EE

Color information

#CDD7EE (or 0xCDD7EE) is unknown color: approx Hawkes Blue. HEX triplet: CD, D7 and EE. RGB value is (205,215,238). Sum of RGB (Red+Green+Blue) = 205+215+238=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7EE is #322811. Grayscale: #D6D6D6. Windows color (decimal): -3287058 or 15652813. OLE color: 15652813.

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

Color convert

RGB205215238-
CMYK0.140.1000.07
HSL221.82º49.25%86.86%-
HSV(B)221.82º13.87%93.33%-
XYZ64.9167.7590.55-
YUV214.63141.19121.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 215 (84.38% from 255) = 32.67%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=31.16%
G=32.67%
B=36.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052152380.140.1000.07221.8249.2586.86
HexCDD7EEEA07de3157
Octal31532735616120733661127
Binary110011011101011111101110111010100111110111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7EE; }

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

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

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

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

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

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

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

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