Html Css Color HEX #D5DEF8 Hawkes Blue

📋 copy color: '#D5DEF8'

red 213 ◦ green 222 ◦ blue 248

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

Shades of Hawkes Blue #D5DEF8

Tints of Hawkes Blue #D5DEF8

RGB

 RED value IS 213 (83.59% from 255) = 31.19%

 GREEN value IS 222 (87.11% from 255) = 32.5%

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

R = 31.19%
G = 32.5%
B = 36.31%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D5DEF8 (or 0xD5DEF8) is known color: Hawkes Blue. HEX triplet: D5, DE and F8. RGB value is (213,222,248). Sum of RGB (Red+Green+Blue) = 213+222+248=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5DEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEF8 is #2A2107. Grayscale: #DEDEDE. Windows color (decimal): -2760968 or 16309973. OLE color: 16309973.

HSL color Cylindrical-coordinate representation of color #D5DEF8: hue angle of 224.57º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DEF8 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 222 248 -
CMYK 0.14 0.10 0 0.03
HSL 224.57º 0.71% 0.9% -
HSV(B) 224.57º 0.14% 0.97% -
XYZ 70.51 73.17 99.21 -
YUV 222.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 213 222 248 0.14 0.10 0 0.03 224.57 0.71 0.9
Hex D5 DE F8 E A 0 3 E1 47 5A
Octal 325 336 370 16 12 0 3 341 107 132
Binary 11010101 11011110 11111000 1110 1010 0 11 11100001 1000111 1011010

Color Harmonies of #D5DEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEF8

Black with #D5DEF8

Text Example


Text Example

White with #D5DEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEF8; }

 p { color: rgb(213,222,248); }

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

background-color css

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

 a { background-color: rgb(213,222,248); }

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

border-color css

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

 span { border-color: rgb(213,222,248); }

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