#CED9F1

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

Shades of Hawkes Blue #CED9F1

Tints of Hawkes Blue #CED9F1

Color information

#CED9F1 (or 0xCED9F1) is unknown color: approx Hawkes Blue. HEX triplet: CE, D9 and F1. RGB value is (206,217,241). Sum of RGB (Red+Green+Blue) = 206+217+241=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #CED9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9F1 is #31260E. Grayscale: #D8D8D8. Windows color (decimal): -3221007 or 15849934. OLE color: 15849934.

HSL color Cylindrical-coordinate representation of color #CED9F1: hue angle of 221.14º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED9F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206217241-
CMYK0.150.1000.05
HSL221.14º55.56%87.65%-
HSV(B)221.14º14.52%94.51%-
XYZ66.1469.193.07-
YUV216.45141.86120.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 217 (85.16% from 255) = 32.68%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=31.02%
G=32.68%
B=36.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062172410.150.1000.05221.1455.5687.65
HexCED9F1FA05dd3858
Octal31633136117120533570130
Binary110011101101100111110001111110100101110111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9F1; }

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

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

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

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

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

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

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

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