#CDDDF9

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

Shades of Hawkes Blue #CDDDF9

Tints of Hawkes Blue #CDDDF9

Color information

#CDDDF9 (or 0xCDDDF9) is unknown color: approx Hawkes Blue. HEX triplet: CD, DD and F9. RGB value is (205,221,249). Sum of RGB (Red+Green+Blue) = 205+221+249=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF9 is #322206. Grayscale: #DBDBDB. Windows color (decimal): -3285511 or 16375245. OLE color: 16375245.

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

Color convert

RGB205221249-
CMYK0.180.1100.02
HSL218.18º78.57%89.02%-
HSV(B)218.18º17.67%97.65%-
XYZ68.1371.5399.84-
YUV219.41144.7117.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=30.37%
G=32.74%
B=36.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052212490.180.1100.02218.1878.5789.02
HexCDDDF912B02da4f59
Octal315335371221302332117131
Binary1100110111011101111110011001010110101101101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDF9; }

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

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

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

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

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

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

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

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