#CFD4EE

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

Shades of Hawkes Blue #CFD4EE

Tints of Hawkes Blue #CFD4EE

Color information

#CFD4EE (or 0xCFD4EE) is unknown color: approx Hawkes Blue. HEX triplet: CF, D4 and EE. RGB value is (207,212,238). Sum of RGB (Red+Green+Blue) = 207+212+238=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4EE is #302B11. Grayscale: #D5D5D5. Windows color (decimal): -3156754 or 15652047. OLE color: 15652047.

HSL color Cylindrical-coordinate representation of color #CFD4EE: hue angle of 230.32º degrees, saturation: 0.48, 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 #CFD4EE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207212238-
CMYK0.130.1100.07
HSL230.32º47.69%87.25%-
HSV(B)230.32º13.03%93.33%-
XYZ64.7166.5390.32-
YUV213.47141.84123.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 212 (83.20% from 255) = 32.27%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=31.51%
G=32.27%
B=36.23%

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
Decimal2072122380.130.1100.07230.3247.6987.25
HexCFD4EEDB07e63057
Octal31732435615130734660127
Binary110011111101010011101110110110110111111001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4EE; }

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

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

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

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

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

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

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

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