#CDD7F9

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

Shades of Hawkes Blue #CDD7F9

Tints of Hawkes Blue #CDD7F9

Color information

#CDD7F9 (or 0xCDD7F9) is unknown color: approx Hawkes Blue. HEX triplet: CD, D7 and F9. RGB value is (205,215,249). Sum of RGB (Red+Green+Blue) = 205+215+249=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7F9 is #322806. Grayscale: #D7D7D7. Windows color (decimal): -3287047 or 16373709. OLE color: 16373709.

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

Color convert

RGB205215249-
CMYK0.180.1400.02
HSL226.36º78.57%89.02%-
HSV(B)226.36º17.67%97.65%-
XYZ66.5868.4299.32-
YUV215.89146.69120.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 215 (84.38% from 255) = 32.14%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=30.64%
G=32.14%
B=37.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052152490.180.1400.02226.3678.5789.02
HexCDD7F912E02e24f59
Octal315327371221602342117131
Binary1100110111010111111110011001011100101110001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7F9; }

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

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

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

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

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

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

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

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