#CFDAE7

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

Shades of Hawkes Blue #CFDAE7

Tints of Hawkes Blue #CFDAE7

Color information

#CFDAE7 (or 0xCFDAE7) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and E7. RGB value is (207,218,231). Sum of RGB (Red+Green+Blue) = 207+218+231=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAE7 is #302518. Grayscale: #D8D8D8. Windows color (decimal): -3155225 or 15194831. OLE color: 15194831.

HSL color Cylindrical-coordinate representation of color #CFDAE7: hue angle of 212.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDAE7 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207218231-
CMYK0.100.0600.09
HSL212.5º33.33%85.88%-
HSV(B)212.5º10.39%90.59%-
XYZ65.2369.1885.52-
YUV216.19136.36121.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=31.55%
G=33.23%
B=35.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072182310.100.0600.09212.533.3385.88
HexCFDAE7A609d42156
Octal31733234712601132441126
Binary110011111101101011100111101011001001110101001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAE7; }

 p { color: rgb(207,218,231); }

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

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

 a { background-color: rgb(207,218,231); }

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

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

 span { border-color: rgb(207,218,231); }

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