#CDD9EB

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

Shades of Hawkes Blue #CDD9EB

Tints of Hawkes Blue #CDD9EB

Color information

#CDD9EB (or 0xCDD9EB) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and EB. RGB value is (205,217,235). Sum of RGB (Red+Green+Blue) = 205+217+235=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9EB is #322614. Grayscale: #D7D7D7. Windows color (decimal): -3286549 or 15456717. OLE color: 15456717.

HSL color Cylindrical-coordinate representation of color #CDD9EB: hue angle of 216º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD9EB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205217235-
CMYK0.130.0800.08
HSL216º42.86%86.27%-
HSV(B)216º12.77%92.16%-
XYZ64.9968.688.41-
YUV215.46139.02120.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=31.20%
G=33.03%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052172350.130.0800.0821642.8686.27
HexCDD9EBD808d82b56
Octal315331353151001033053126
Binary1100110111011001111010111101100001000110110001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9EB; }

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

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

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

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

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

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

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

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