#CFDFF6

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

Shades of Hawkes Blue #CFDFF6

Tints of Hawkes Blue #CFDFF6

Color information

#CFDFF6 (or 0xCFDFF6) is unknown color: approx Hawkes Blue. HEX triplet: CF, DF and F6. RGB value is (207,223,246). Sum of RGB (Red+Green+Blue) = 207+223+246=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFF6 is #302009. Grayscale: #DCDCDC. Windows color (decimal): -3153930 or 16179151. OLE color: 16179151.

HSL color Cylindrical-coordinate representation of color #CFDFF6: hue angle of 215.38º 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 #CFDFF6 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207223246-
CMYK0.160.0900.04
HSL215.38º68.42%88.82%-
HSV(B)215.38º15.85%96.47%-
XYZ68.7572.6997.6-
YUV220.84142.2118.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.62%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 246 (96.48% from 255) = 36.39%
R=30.62%
G=32.99%
B=36.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072232460.160.0900.04215.3868.4288.82
HexCFDFF610904d74459
Octal317337366201104327104131
Binary11001111110111111111011010000100101001101011110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFF6; }

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

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

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

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

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

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

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

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