#CDDBF9

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

Shades of Hawkes Blue #CDDBF9

Tints of Hawkes Blue #CDDBF9

Color information

#CDDBF9 (or 0xCDDBF9) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and F9. RGB value is (205,219,249). Sum of RGB (Red+Green+Blue) = 205+219+249=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDDBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBF9 is #322406. Grayscale: #DADADA. Windows color (decimal): -3286023 or 16374733. OLE color: 16374733.

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

Color convert

RGB205219249-
CMYK0.180.1200.02
HSL220.91º78.57%89.02%-
HSV(B)220.91º17.67%97.65%-
XYZ67.6170.4899.66-
YUV218.23145.36118.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=30.46%
G=32.54%
B=37.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052192490.180.1200.02220.9178.5789.02
HexCDDBF912C02dd4f59
Octal315333371221402335117131
Binary1100110111011011111110011001011000101101110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBF9; }

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

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

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

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

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

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

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

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