#CEDCF2

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

Shades of Hawkes Blue #CEDCF2

Tints of Hawkes Blue #CEDCF2

Color information

#CEDCF2 (or 0xCEDCF2) is unknown color: approx Hawkes Blue. HEX triplet: CE, DC and F2. RGB value is (206,220,242). Sum of RGB (Red+Green+Blue) = 206+220+242=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF2 is #31230D. Grayscale: #DADADA. Windows color (decimal): -3220238 or 15916238. OLE color: 15916238.

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

Color convert

RGB206220242-
CMYK0.150.0900.05
HSL216.67º58.06%87.84%-
HSV(B)216.67º14.88%94.9%-
XYZ67.0770.7294.12-
YUV218.32141.36119.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=30.84%
G=32.93%
B=36.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062202420.150.0900.05216.6758.0687.84
HexCEDCF2F905d93a58
Octal31633436217110533172130
Binary110011101101110011110010111110010101110110011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCF2; }

 p { color: rgb(206,220,242); }

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

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

 a { background-color: rgb(206,220,242); }

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

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

 span { border-color: rgb(206,220,242); }

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