#CED7F0

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

Shades of Hawkes Blue #CED7F0

Tints of Hawkes Blue #CED7F0

Color information

#CED7F0 (or 0xCED7F0) is unknown color: approx Hawkes Blue. HEX triplet: CE, D7 and F0. RGB value is (206,215,240). Sum of RGB (Red+Green+Blue) = 206+215+240=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7F0 is #31280F. Grayscale: #D7D7D7. Windows color (decimal): -3221520 or 15783886. OLE color: 15783886.

HSL color Cylindrical-coordinate representation of color #CED7F0: hue angle of 224.12º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED7F0 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206215240-
CMYK0.140.1000.06
HSL224.12º53.12%87.45%-
HSV(B)224.12º14.17%94.12%-
XYZ65.4868.0192.11-
YUV215.16142.02121.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 215 (84.38% from 255) = 32.53%
BLUE value IS 240 (94.14% from 255) = 36.31%
R=31.16%
G=32.53%
B=36.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062152400.140.1000.06224.1253.1287.45
HexCED7F0EA06e03557
Octal31632736016120634065127
Binary110011101101011111110000111010100110111000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7F0; }

 p { color: rgb(206,215,240); }

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

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

 a { background-color: rgb(206,215,240); }

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

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

 span { border-color: rgb(206,215,240); }

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