#CFDBF3

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

Shades of Hawkes Blue #CFDBF3

Tints of Hawkes Blue #CFDBF3

Color information

#CFDBF3 (or 0xCFDBF3) is unknown color: approx Hawkes Blue. HEX triplet: CF, DB and F3. RGB value is (207,219,243). Sum of RGB (Red+Green+Blue) = 207+219+243=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFDBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBF3 is #30240C. Grayscale: #DADADA. Windows color (decimal): -3154957 or 15981519. OLE color: 15981519.

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

Color convert

RGB207219243-
CMYK0.150.1000.05
HSL220º60%88.24%-
HSV(B)220º14.81%95.29%-
XYZ67.2470.494.84-
YUV218.15142.02120.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 243 (95.31% from 255) = 36.32%
R=30.94%
G=32.74%
B=36.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072192430.150.1000.052206088.24
HexCFDBF3FA05dc3c58
Octal31733336317120533474130
Binary110011111101101111110011111110100101110111001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBF3; }

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

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

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

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

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

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

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

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