#CFD8EE

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

Shades of Hawkes Blue #CFD8EE

Tints of Hawkes Blue #CFD8EE

Color information

#CFD8EE (or 0xCFD8EE) is unknown color: approx Hawkes Blue. HEX triplet: CF, D8 and EE. RGB value is (207,216,238). Sum of RGB (Red+Green+Blue) = 207+216+238=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8EE is #302711. Grayscale: #D7D7D7. Windows color (decimal): -3155730 or 15653071. OLE color: 15653071.

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

Color convert

RGB207216238-
CMYK0.130.0900.07
HSL222.58º47.69%87.25%-
HSV(B)222.58º13.03%93.33%-
XYZ65.7268.5590.66-
YUV215.82140.52121.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 216 (84.77% from 255) = 32.68%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=31.32%
G=32.68%
B=36.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072162380.130.0900.07222.5847.6987.25
HexCFD8EED907df3057
Octal31733035615110733760127
Binary110011111101100011101110110110010111110111111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8EE; }

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

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

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

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

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

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

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

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