#CDD9F9

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

Shades of Hawkes Blue #CDD9F9

Tints of Hawkes Blue #CDD9F9

Color information

#CDD9F9 (or 0xCDD9F9) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and F9. RGB value is (205,217,249). Sum of RGB (Red+Green+Blue) = 205+217+249=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9F9 is #322606. Grayscale: #D8D8D8. Windows color (decimal): -3286535 or 16374221. OLE color: 16374221.

HSL color Cylindrical-coordinate representation of color #CDD9F9: hue angle of 223.64º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD9F9 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205217249-
CMYK0.180.1300.02
HSL223.64º78.57%89.02%-
HSV(B)223.64º17.67%97.65%-
XYZ67.0969.4499.49-
YUV217.06146.02119.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 217 (85.16% from 255) = 32.34%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=30.55%
G=32.34%
B=37.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052172490.180.1300.02223.6478.5789.02
HexCDD9F912D02e04f59
Octal315331371221502340117131
Binary1100110111011001111110011001011010101110000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9F9; }

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

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

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

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

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

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

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

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