#CEDDFD

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

Shades of Hawkes Blue #CEDDFD

Tints of Hawkes Blue #CEDDFD

Color information

#CEDDFD (or 0xCEDDFD) is unknown color: approx Hawkes Blue. HEX triplet: CE, DD and FD. RGB value is (206,221,253). Sum of RGB (Red+Green+Blue) = 206+221+253=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDFD is #312202. Grayscale: #DCDCDC. Windows color (decimal): -3219971 or 16637390. OLE color: 16637390.

HSL color Cylindrical-coordinate representation of color #CEDDFD: hue angle of 220.85º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDDFD is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206221253-
CMYK0.190.1300.01
HSL220.85º92.16%90%-
HSV(B)220.85º18.58%99.22%-
XYZ69.0471.93103.17-
YUV220.16146.53117.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.29%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=30.29%
G=32.5%
B=37.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062212530.190.1300.01220.8592.1690
HexCEDDFD13D01dd5c5a
Octal316335375231501335134132
Binary110011101101110111111101100111101011101110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDFD; }

 p { color: rgb(206,221,253); }

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

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

 a { background-color: rgb(206,221,253); }

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

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

 span { border-color: rgb(206,221,253); }

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