#CEDFFB

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

Shades of Hawkes Blue #CEDFFB

Tints of Hawkes Blue #CEDFFB

Color information

#CEDFFB (or 0xCEDFFB) is unknown color: approx Hawkes Blue. HEX triplet: CE, DF and FB. RGB value is (206,223,251). Sum of RGB (Red+Green+Blue) = 206+223+251=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFFB is #312004. Grayscale: #DCDCDC. Windows color (decimal): -3219461 or 16506830. OLE color: 16506830.

HSL color Cylindrical-coordinate representation of color #CEDFFB: hue angle of 217.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDFFB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206223251-
CMYK0.180.1100.02
HSL217.33º84.91%89.61%-
HSV(B)217.33º17.93%98.43%-
XYZ69.2572.86101.68-
YUV221.11144.87117.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.29%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=30.29%
G=32.79%
B=36.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062232510.180.1100.02217.3384.9189.61
HexCEDFFB12B02d9555a
Octal316337373221302331125132
Binary1100111011011111111110111001010110101101100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFFB; }

 p { color: rgb(206,223,251); }

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

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

 a { background-color: rgb(206,223,251); }

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

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

 span { border-color: rgb(206,223,251); }

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