#CED9F9

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

Shades of Hawkes Blue #CED9F9

Tints of Hawkes Blue #CED9F9

Color information

#CED9F9 (or 0xCED9F9) is unknown color: approx Hawkes Blue. HEX triplet: CE, D9 and F9. RGB value is (206,217,249). Sum of RGB (Red+Green+Blue) = 206+217+249=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9F9 is #312606. Grayscale: #D9D9D9. Windows color (decimal): -3220999 or 16374222. OLE color: 16374222.

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

Color convert

RGB206217249-
CMYK0.170.1300.02
HSL224.65º78.18%89.22%-
HSV(B)224.65º17.27%97.65%-
XYZ67.3769.5999.5-
YUV217.36145.86119.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=30.65%
G=32.29%
B=37.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062172490.170.1300.02224.6578.1889.22
HexCED9F911D02e14e59
Octal316331371211502341116131
Binary1100111011011001111110011000111010101110000110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9F9; }

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

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

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

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

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

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

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

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