#CED3F3

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

Shades of Hawkes Blue #CED3F3

Tints of Hawkes Blue #CED3F3

Color information

#CED3F3 (or 0xCED3F3) is unknown color: approx Hawkes Blue. HEX triplet: CE, D3 and F3. RGB value is (206,211,243). Sum of RGB (Red+Green+Blue) = 206+211+243=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #CED3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F3 is #312C0C. Grayscale: #D5D5D5. Windows color (decimal): -3222541 or 15979470. OLE color: 15979470.

HSL color Cylindrical-coordinate representation of color #CED3F3: hue angle of 231.89º degrees, saturation: 0.61, 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 #CED3F3 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206211243-
CMYK0.150.1300.05
HSL231.89º60.66%88.04%-
HSV(B)231.89º15.23%95.29%-
XYZ64.9366.1894.15-
YUV213.15144.84122.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 243 (95.31% from 255) = 36.82%
R=31.21%
G=31.97%
B=36.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062112430.150.1300.05231.8960.6688.04
HexCED3F3FD05e83d58
Octal31632336317150535075130
Binary110011101101001111110011111111010101111010001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3F3; }

 p { color: rgb(206,211,243); }

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

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

 a { background-color: rgb(206,211,243); }

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

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

 span { border-color: rgb(206,211,243); }

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