#CED8FA

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

Shades of Hawkes Blue #CED8FA

Tints of Hawkes Blue #CED8FA

Color information

#CED8FA (or 0xCED8FA) is unknown color: approx Hawkes Blue. HEX triplet: CE, D8 and FA. RGB value is (206,216,250). Sum of RGB (Red+Green+Blue) = 206+216+250=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8FA is #312705. Grayscale: #D8D8D8. Windows color (decimal): -3221254 or 16439502. OLE color: 16439502.

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

Color convert

RGB206216250-
CMYK0.180.1400.02
HSL226.36º81.48%89.41%-
HSV(B)226.36º17.6%98.04%-
XYZ67.2669.14100.24-
YUV216.89146.69120.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=30.65%
G=32.14%
B=37.20%

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
Decimal2062162500.180.1400.02226.3681.4889.41
HexCED8FA12E02e25159
Octal316330372221602342121131
Binary1100111011011000111110101001011100101110001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8FA; }

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

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

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

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

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

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

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

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