#CFDAEA

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

Shades of Hawkes Blue #CFDAEA

Tints of Hawkes Blue #CFDAEA

Color information

#CFDAEA (or 0xCFDAEA) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and EA. RGB value is (207,218,234). Sum of RGB (Red+Green+Blue) = 207+218+234=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAEA is #302515. Grayscale: #D8D8D8. Windows color (decimal): -3155222 or 15391439. OLE color: 15391439.

HSL color Cylindrical-coordinate representation of color #CFDAEA: hue angle of 215.56º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDAEA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207218234-
CMYK0.120.0700.08
HSL215.56º39.13%86.47%-
HSV(B)215.56º11.54%91.76%-
XYZ65.6569.3587.77-
YUV216.53137.86121.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=31.41%
G=33.08%
B=35.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072182340.120.0700.08215.5639.1386.47
HexCFDAEAC708d82756
Octal31733235214701033047126
Binary110011111101101011101010110011101000110110001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAEA; }

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

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

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

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

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

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

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

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