#CFD6FA

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

Shades of Hawkes Blue #CFD6FA

Tints of Hawkes Blue #CFD6FA

Color information

#CFD6FA (or 0xCFD6FA) is unknown color: approx Hawkes Blue. HEX triplet: CF, D6 and FA. RGB value is (207,214,250). Sum of RGB (Red+Green+Blue) = 207+214+250=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6FA is #302905. Grayscale: #D7D7D7. Windows color (decimal): -3156230 or 16438991. OLE color: 16438991.

HSL color Cylindrical-coordinate representation of color #CFD6FA: hue angle of 230.23º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD6FA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207214250-
CMYK0.170.1400.02
HSL230.23º81.13%89.61%-
HSV(B)230.23º17.2%98.04%-
XYZ67.0368.26100.09-
YUV216.01147.18121.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=30.85%
G=31.89%
B=37.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072142500.170.1400.02230.2381.1389.61
HexCFD6FA11E02e6515a
Octal317326372211602346121132
Binary1100111111010110111110101000111100101110011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6FA; }

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

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

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

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

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

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

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

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