#CDD7EC

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

Shades of Hawkes Blue #CDD7EC

Tints of Hawkes Blue #CDD7EC

Color information

#CDD7EC (or 0xCDD7EC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D7 and EC. RGB value is (205,215,236). Sum of RGB (Red+Green+Blue) = 205+215+236=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7EC is #322813. Grayscale: #D6D6D6. Windows color (decimal): -3287060 or 15521741. OLE color: 15521741.

HSL color Cylindrical-coordinate representation of color #CDD7EC: hue angle of 220.65º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD7EC is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205215236-
CMYK0.130.0900.07
HSL220.65º44.93%86.47%-
HSV(B)220.65º13.14%92.55%-
XYZ64.6267.6489.01-
YUV214.4140.19121.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=31.25%
G=32.77%
B=35.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052152360.130.0900.07220.6544.9386.47
HexCDD7ECD907dd2d56
Octal31532735415110733555126
Binary110011011101011111101100110110010111110111011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7EC; }

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

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

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

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

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

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

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

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