#CED7FA

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

Shades of Hawkes Blue #CED7FA

Tints of Hawkes Blue #CED7FA

Color information

#CED7FA (or 0xCED7FA) is unknown color: approx Hawkes Blue. HEX triplet: CE, D7 and FA. RGB value is (206,215,250). Sum of RGB (Red+Green+Blue) = 206+215+250=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FA is #312805. Grayscale: #D8D8D8. Windows color (decimal): -3221510 or 16439246. OLE color: 16439246.

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

Color convert

RGB206215250-
CMYK0.180.1400.02
HSL227.73º81.48%89.41%-
HSV(B)227.73º17.6%98.04%-
XYZ67.0168.62100.16-
YUV216.3147.02120.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=30.70%
G=32.04%
B=37.26%

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
Decimal2062152500.180.1400.02227.7381.4889.41
HexCED7FA12E02e45159
Octal316327372221602344121131
Binary1100111011010111111110101001011100101110010010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7FA; }

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

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

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

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

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

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

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

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