Html Css Color HEX #D7DCF0 Hawkes Blue

📋 copy color: '#D7DCF0'

red 215 ◦ green 220 ◦ blue 240

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

Shades of Hawkes Blue #D7DCF0

Tints of Hawkes Blue #D7DCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.56%

R = 31.85%
G = 32.59%
B = 35.56%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7DCF0 (or 0xD7DCF0) is known color: Hawkes Blue. HEX triplet: D7, DC and F0. RGB value is (215,220,240). Sum of RGB (Red+Green+Blue) = 215+220+240=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7DCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCF0 is #28230F. Grayscale: #DCDCDC. Windows color (decimal): -2630416 or 15785175. OLE color: 15785175.

HSL color Cylindrical-coordinate representation of color #D7DCF0: hue angle of 228º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7DCF0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 220 240 -
CMYK 0.10 0.08 0 0.06
HSL 228º 0.45% 0.89% -
HSV(B) 228º 0.1% 0.94% -
XYZ 69.35 71.92 92.67 -
YUV 220.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 215 220 240 0.10 0.08 0 0.06 228 0.45 0.89
Hex D7 DC F0 A 8 0 6 E4 2D 59
Octal 327 334 360 12 10 0 6 344 55 131
Binary 11010111 11011100 11110000 1010 1000 0 110 11100100 101101 1011001

Color Harmonies of #D7DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCF0

Black with #D7DCF0

Text Example


Text Example

White with #D7DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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