#CDD5EC

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

Shades of Hawkes Blue #CDD5EC

Tints of Hawkes Blue #CDD5EC

Color information

#CDD5EC (or 0xCDD5EC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D5 and EC. RGB value is (205,213,236). Sum of RGB (Red+Green+Blue) = 205+213+236=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5EC is #322A13. Grayscale: #D5D5D5. Windows color (decimal): -3287572 or 15521229. OLE color: 15521229.

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

Color convert

RGB205213236-
CMYK0.130.1000.07
HSL224.52º44.93%86.47%-
HSV(B)224.52º13.14%92.55%-
XYZ64.1166.6288.84-
YUV213.23140.85122.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=31.35%
G=32.57%
B=36.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052132360.130.1000.07224.5244.9386.47
HexCDD5ECDA07e12d56
Octal31532535415120734155126
Binary110011011101010111101100110110100111111000011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5EC; }

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

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

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

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

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

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

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

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