#CDD1EC

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

Shades of Hawkes Blue #CDD1EC

Tints of Hawkes Blue #CDD1EC

Color information

#CDD1EC (or 0xCDD1EC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D1 and EC. RGB value is (205,209,236). Sum of RGB (Red+Green+Blue) = 205+209+236=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1EC is #322E13. Grayscale: #D2D2D2. Windows color (decimal): -3288596 or 15520205. OLE color: 15520205.

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

Color convert

RGB205209236-
CMYK0.130.1100.07
HSL232.26º44.93%86.47%-
HSV(B)232.26º13.14%92.55%-
XYZ63.1264.6488.51-
YUV210.88142.17123.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 209 (82.03% from 255) = 32.15%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=31.54%
G=32.15%
B=36.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052092360.130.1100.07232.2644.9386.47
HexCDD1ECDB07e82d56
Octal31532135415130735055126
Binary110011011101000111101100110110110111111010001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1EC; }

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

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

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

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

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

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

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

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