Html Css Color HEX #D7DCF5 Hawkes Blue

📋 copy color: '#D7DCF5'

red 215 ◦ green 220 ◦ blue 245

#D7DCF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #D7DCF5

Tints of Hawkes Blue #D7DCF5

RGB

 RED value IS 215 (84.38% from 255) = 31.62%

 GREEN value IS 220 (86.33% from 255) = 32.35%

 BLUE value IS 245 (96.09% from 255) = 36.03%

R = 31.62%
G = 32.35%
B = 36.03%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D7DCF5 (or 0xD7DCF5) is known color: Hawkes Blue. HEX triplet: D7, DC and F5. RGB value is (215,220,245). Sum of RGB (Red+Green+Blue) = 215+220+245=680 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.62% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #D7DCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCF5 is #28230A. Grayscale: #DDDDDD. Windows color (decimal): -2630411 or 16112855. OLE color: 16112855.

HSL color Cylindrical-coordinate representation of color #D7DCF5: hue angle of 230º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7DCF5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 220 245 -
CMYK 0.12 0.10 0 0.04
HSL 230º 0.6% 0.9% -
HSV(B) 230º 0.12% 0.96% -
XYZ 70.1 72.23 96.63 -
YUV 221.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 215 220 245 0.12 0.10 0 0.04 230 0.6 0.9
Hex D7 DC F5 C A 0 4 E6 3C 5A
Octal 327 334 365 14 12 0 4 346 74 132
Binary 11010111 11011100 11110101 1100 1010 0 100 11100110 111100 1011010

Color Harmonies of #D7DCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCF5

Black with #D7DCF5

Text Example


Text Example

White with #D7DCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCF5; }

 p { color: rgb(215,220,245); }

 H1.HeaderClassName
 {
   color: #D7DCF5;
 }
 .AnyTagClassName
 {
   color: #D7DCF5;
 }
</style>

background-color css

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

 a { background-color: rgb(215,220,245); }

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

border-color css

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

 span { border-color: rgb(215,220,245); }

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