#CEDCF3

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

Shades of Hawkes Blue #CEDCF3

Tints of Hawkes Blue #CEDCF3

Color information

#CEDCF3 (or 0xCEDCF3) is unknown color: approx Hawkes Blue. HEX triplet: CE, DC and F3. RGB value is (206,220,243). Sum of RGB (Red+Green+Blue) = 206+220+243=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF3 is #31230C. Grayscale: #DADADA. Windows color (decimal): -3220237 or 15981774. OLE color: 15981774.

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

Color convert

RGB206220243-
CMYK0.150.0900.05
HSL217.3º60.66%88.04%-
HSV(B)217.3º15.23%95.29%-
XYZ67.2270.7894.91-
YUV218.44141.86119.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 243 (95.31% from 255) = 36.32%
R=30.79%
G=32.88%
B=36.32%

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
Decimal2062202430.150.0900.05217.360.6688.04
HexCEDCF3F905d93d58
Octal31633436317110533175130
Binary110011101101110011110011111110010101110110011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCF3; }

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

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

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

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

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

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

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

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