#CDD9E9

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

Shades of Hawkes Blue #CDD9E9

Tints of Hawkes Blue #CDD9E9

Color information

#CDD9E9 (or 0xCDD9E9) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and E9. RGB value is (205,217,233). Sum of RGB (Red+Green+Blue) = 205+217+233=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDD9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9E9 is #322616. Grayscale: #D7D7D7. Windows color (decimal): -3286551 or 15325645. OLE color: 15325645.

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

Color convert

RGB205217233-
CMYK0.120.0700.09
HSL214.29º38.89%85.88%-
HSV(B)214.29º12.02%91.37%-
XYZ64.768.4986.9-
YUV215.24138.02120.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=31.30%
G=33.13%
B=35.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052172330.120.0700.09214.2938.8985.88
HexCDD9E9C709d62756
Octal31533135114701132647126
Binary110011011101100111101001110011101001110101101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9E9; }

 p { color: rgb(205,217,233); }

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

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

 a { background-color: rgb(205,217,233); }

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

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

 span { border-color: rgb(205,217,233); }

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