#CFDBF6

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

Shades of Hawkes Blue #CFDBF6

Tints of Hawkes Blue #CFDBF6

Color information

#CFDBF6 (or 0xCFDBF6) is unknown color: approx Hawkes Blue. HEX triplet: CF, DB and F6. RGB value is (207,219,246). Sum of RGB (Red+Green+Blue) = 207+219+246=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFDBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBF6 is #302409. Grayscale: #DADADA. Windows color (decimal): -3154954 or 16178127. OLE color: 16178127.

HSL color Cylindrical-coordinate representation of color #CFDBF6: hue angle of 221.54º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDBF6 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207219246-
CMYK0.160.1100.04
HSL221.54º68.42%88.82%-
HSV(B)221.54º15.85%96.47%-
XYZ67.770.5897.24-
YUV218.49143.52119.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=30.80%
G=32.59%
B=36.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072192460.160.1100.04221.5468.4288.82
HexCFDBF610B04de4459
Octal317333366201304336104131
Binary11001111110110111111011010000101101001101111010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBF6; }

 p { color: rgb(207,219,246); }

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

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

 a { background-color: rgb(207,219,246); }

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

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

 span { border-color: rgb(207,219,246); }

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