Html Css Color HEX #D0E1F8 Hawkes Blue

📋 copy color: '#D0E1F8'

red 208 ◦ green 225 ◦ blue 248

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

Shades of Hawkes Blue #D0E1F8

Tints of Hawkes Blue #D0E1F8

RGB

 RED value IS 208 (81.64% from 255) = 30.54%

 GREEN value IS 225 (88.28% from 255) = 33.04%

 BLUE value IS 248 (97.27% from 255) = 36.42%

R = 30.54%
G = 33.04%
B = 36.42%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D0E1F8 (or 0xD0E1F8) is known color: Hawkes Blue. HEX triplet: D0, E1 and F8. RGB value is (208,225,248). Sum of RGB (Red+Green+Blue) = 208+225+248=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0E1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1F8 is #2F1E07. Grayscale: #DEDEDE. Windows color (decimal): -3087880 or 16310736. OLE color: 16310736.

HSL color Cylindrical-coordinate representation of color #D0E1F8: hue angle of 214.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0E1F8 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 225 248 -
CMYK 0.16 0.09 0 0.03
HSL 214.5º 0.74% 0.89% -
HSV(B) 214.5º 0.16% 0.97% -
XYZ 69.88 74.04 99.41 -
YUV 222.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 208 225 248 0.16 0.09 0 0.03 214.5 0.74 0.89
Hex D0 E1 F8 10 9 0 3 D6 4A 59
Octal 320 341 370 20 11 0 3 326 112 131
Binary 11010000 11100001 11111000 10000 1001 0 11 11010110 1001010 1011001

Color Harmonies of #D0E1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E1F8

Black with #D0E1F8

Text Example


Text Example

White with #D0E1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E1F8; }

 p { color: rgb(208,225,248); }

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

background-color css

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

 a { background-color: rgb(208,225,248); }

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

border-color css

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

 span { border-color: rgb(208,225,248); }

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