#CED9FA

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

Shades of Hawkes Blue #CED9FA

Tints of Hawkes Blue #CED9FA

Color information

#CED9FA (or 0xCED9FA) is unknown color: approx Hawkes Blue. HEX triplet: CE, D9 and FA. RGB value is (206,217,250). Sum of RGB (Red+Green+Blue) = 206+217+250=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9FA is #312605. Grayscale: #D9D9D9. Windows color (decimal): -3220998 or 16439758. OLE color: 16439758.

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

Color convert

RGB206217250-
CMYK0.180.1300.02
HSL225º81.48%89.41%-
HSV(B)225º17.6%98.04%-
XYZ67.5269.65100.33-
YUV217.47146.36119.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.61%
GREEN value IS 217 (85.16% from 255) = 32.24%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=30.61%
G=32.24%
B=37.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062172500.180.1300.0222581.4889.41
HexCED9FA12D02e15159
Octal316331372221502341121131
Binary1100111011011001111110101001011010101110000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9FA; }

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

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

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

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

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

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

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

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