#CEDAE6

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

Shades of Hawkes Blue #CEDAE6

Tints of Hawkes Blue #CEDAE6

Color information

#CEDAE6 (or 0xCEDAE6) is unknown color: approx Hawkes Blue. HEX triplet: CE, DA and E6. RGB value is (206,218,230). Sum of RGB (Red+Green+Blue) = 206+218+230=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAE6 is #312519. Grayscale: #D7D7D7. Windows color (decimal): -3220762 or 15129294. OLE color: 15129294.

HSL color Cylindrical-coordinate representation of color #CEDAE6: hue angle of 210º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDAE6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206218230-
CMYK0.100.0500.10
HSL210º32.43%85.49%-
HSV(B)210º10.43%90.2%-
XYZ64.8168.9884.76-
YUV215.78136.02121.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 230 (90.23% from 255) = 35.17%
R=31.50%
G=33.33%
B=35.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062182300.100.0500.1021032.4385.49
HexCEDAE6A50Ad22055
Octal31633234612501232240125
Binary110011101101101011100110101010101010110100101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDAE6; }

 p { color: rgb(206,218,230); }

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

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

 a { background-color: rgb(206,218,230); }

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

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

 span { border-color: rgb(206,218,230); }

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