#CFD6F2

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

Shades of Hawkes Blue #CFD6F2

Tints of Hawkes Blue #CFD6F2

Color information

#CFD6F2 (or 0xCFD6F2) is unknown color: approx Hawkes Blue. HEX triplet: CF, D6 and F2. RGB value is (207,214,242). Sum of RGB (Red+Green+Blue) = 207+214+242=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFD6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6F2 is #30290D. Grayscale: #D6D6D6. Windows color (decimal): -3156238 or 15914703. OLE color: 15914703.

HSL color Cylindrical-coordinate representation of color #CFD6F2: hue angle of 228º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD6F2 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207214242-
CMYK0.140.1200.05
HSL228º57.38%88.04%-
HSV(B)228º14.46%94.9%-
XYZ65.8167.7793.62-
YUV215.1143.18122.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.22%
GREEN value IS 214 (83.98% from 255) = 32.28%
BLUE value IS 242 (94.92% from 255) = 36.50%
R=31.22%
G=32.28%
B=36.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072142420.140.1200.0522857.3888.04
HexCFD6F2EC05e43958
Octal31732636216140534471130
Binary110011111101011011110010111011000101111001001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6F2; }

 p { color: rgb(207,214,242); }

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

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

 a { background-color: rgb(207,214,242); }

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

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

 span { border-color: rgb(207,214,242); }

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