#CEDCF1

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

Shades of Hawkes Blue #CEDCF1

Tints of Hawkes Blue #CEDCF1

Color information

#CEDCF1 (or 0xCEDCF1) is unknown color: approx Hawkes Blue. HEX triplet: CE, DC and F1. RGB value is (206,220,241). Sum of RGB (Red+Green+Blue) = 206+220+241=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF1 is #31230E. Grayscale: #DADADA. Windows color (decimal): -3220239 or 15850702. OLE color: 15850702.

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

Color convert

RGB206220241-
CMYK0.150.0900.05
HSL216º55.56%87.65%-
HSV(B)216º14.52%94.51%-
XYZ66.9270.6693.33-
YUV218.21140.86119.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=30.88%
G=32.98%
B=36.13%

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
Decimal2062202410.150.0900.0521655.5687.65
HexCEDCF1F905d83858
Octal31633436117110533070130
Binary110011101101110011110001111110010101110110001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCF1; }

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

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

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

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

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

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

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

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