#CFD5EE

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

Shades of Hawkes Blue #CFD5EE

Tints of Hawkes Blue #CFD5EE

Color information

#CFD5EE (or 0xCFD5EE) is unknown color: approx Hawkes Blue. HEX triplet: CF, D5 and EE. RGB value is (207,213,238). Sum of RGB (Red+Green+Blue) = 207+213+238=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5EE is #302A11. Grayscale: #D5D5D5. Windows color (decimal): -3156498 or 15652303. OLE color: 15652303.

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

Color convert

RGB207213238-
CMYK0.130.1100.07
HSL228.39º47.69%87.25%-
HSV(B)228.39º13.03%93.33%-
XYZ64.9667.0390.4-
YUV214.06141.51122.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 213 (83.59% from 255) = 32.37%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=31.46%
G=32.37%
B=36.17%

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
Decimal2072132380.130.1100.07228.3947.6987.25
HexCFD5EEDB07e43057
Octal31732535615130734460127
Binary110011111101010111101110110110110111111001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5EE; }

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

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

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

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

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

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

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

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