#CFD7EB

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

Shades of Hawkes Blue #CFD7EB

Tints of Hawkes Blue #CFD7EB

Color information

#CFD7EB (or 0xCFD7EB) is unknown color: approx Hawkes Blue. HEX triplet: CF, D7 and EB. RGB value is (207,215,235). Sum of RGB (Red+Green+Blue) = 207+215+235=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7EB is #302814. Grayscale: #D6D6D6. Windows color (decimal): -3155989 or 15456207. OLE color: 15456207.

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

Color convert

RGB207215235-
CMYK0.120.0900.08
HSL222.86º41.18%86.67%-
HSV(B)222.86º11.91%92.16%-
XYZ65.0367.8688.27-
YUV214.89139.35122.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=31.51%
G=32.72%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072152350.120.0900.08222.8641.1886.67
HexCFD7EBC908df2957
Octal317327353141101033751127
Binary1100111111010111111010111100100101000110111111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7EB; }

 p { color: rgb(207,215,235); }

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

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

 a { background-color: rgb(207,215,235); }

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

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

 span { border-color: rgb(207,215,235); }

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