#CFD4F3

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

Shades of Hawkes Blue #CFD4F3

Tints of Hawkes Blue #CFD4F3

Color information

#CFD4F3 (or 0xCFD4F3) is unknown color: approx Hawkes Blue. HEX triplet: CF, D4 and F3. RGB value is (207,212,243). Sum of RGB (Red+Green+Blue) = 207+212+243=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4F3 is #302B0C. Grayscale: #D5D5D5. Windows color (decimal): -3156749 or 15979727. OLE color: 15979727.

HSL color Cylindrical-coordinate representation of color #CFD4F3: hue angle of 231.67º 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 #CFD4F3 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207212243-
CMYK0.150.1300.05
HSL231.67º60%88.24%-
HSV(B)231.67º14.81%95.29%-
XYZ65.4566.8294.24-
YUV214.04144.34122.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.27%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=31.27%
G=32.02%
B=36.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072122430.150.1300.05231.676088.24
HexCFD4F3FD05e83c58
Octal31732436317150535074130
Binary110011111101010011110011111111010101111010001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4F3; }

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

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

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

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

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

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

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

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