#CFD4ED

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

Shades of Hawkes Blue #CFD4ED

Tints of Hawkes Blue #CFD4ED

Color information

#CFD4ED (or 0xCFD4ED) is unknown color: approx Hawkes Blue. HEX triplet: CF, D4 and ED. RGB value is (207,212,237). Sum of RGB (Red+Green+Blue) = 207+212+237=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4ED is #302B12. Grayscale: #D5D5D5. Windows color (decimal): -3156755 or 15586511. OLE color: 15586511.

HSL color Cylindrical-coordinate representation of color #CFD4ED: hue angle of 230º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD4ED is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207212237-
CMYK0.130.1100.07
HSL230º45.45%87.06%-
HSV(B)230º12.66%92.94%-
XYZ64.5666.4789.55-
YUV213.36141.34123.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 212 (83.20% from 255) = 32.32%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=31.55%
G=32.32%
B=36.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072122370.130.1100.0723045.4587.06
HexCFD4EDDB07e62d57
Octal31732435515130734655127
Binary110011111101010011101101110110110111111001101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4ED; }

 p { color: rgb(207,212,237); }

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

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

 a { background-color: rgb(207,212,237); }

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

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

 span { border-color: rgb(207,212,237); }

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