#CEDBF3

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

Shades of Hawkes Blue #CEDBF3

Tints of Hawkes Blue #CEDBF3

Color information

#CEDBF3 (or 0xCEDBF3) is unknown color: approx Hawkes Blue. HEX triplet: CE, DB and F3. RGB value is (206,219,243). Sum of RGB (Red+Green+Blue) = 206+219+243=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEDBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBF3 is #31240C. Grayscale: #D9D9D9. Windows color (decimal): -3220493 or 15981518. OLE color: 15981518.

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

Color convert

RGB206219243-
CMYK0.150.1000.05
HSL218.92º60.66%88.04%-
HSV(B)218.92º15.23%95.29%-
XYZ66.9670.2694.83-
YUV217.85142.19119.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=30.84%
G=32.78%
B=36.38%

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
Decimal2062192430.150.1000.05218.9260.6688.04
HexCEDBF3FA05db3d58
Octal31633336317120533375130
Binary110011101101101111110011111110100101110110111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBF3; }

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

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

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

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

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

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

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

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