#CDD9FB

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

Shades of Hawkes Blue #CDD9FB

Tints of Hawkes Blue #CDD9FB

Color information

#CDD9FB (or 0xCDD9FB) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and FB. RGB value is (205,217,251). Sum of RGB (Red+Green+Blue) = 205+217+251=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FB is #322604. Grayscale: #D9D9D9. Windows color (decimal): -3286533 or 16505293. OLE color: 16505293.

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

Color convert

RGB205217251-
CMYK0.180.1400.02
HSL224.35º85.19%89.41%-
HSV(B)224.35º18.33%98.43%-
XYZ67.469.57101.14-
YUV217.29147.02119.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 217 (85.16% from 255) = 32.24%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=30.46%
G=32.24%
B=37.30%

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
Decimal2052172510.180.1400.02224.3585.1989.41
HexCDD9FB12E02e05559
Octal315331373221602340125131
Binary1100110111011001111110111001011100101110000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9FB; }

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

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

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

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

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

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

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

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