Html Css Color HEX #D5DEF7 Hawkes Blue

📋 copy color: '#D5DEF7'

red 213 ◦ green 222 ◦ blue 247

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

Shades of Hawkes Blue #D5DEF7

Tints of Hawkes Blue #D5DEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.22%

R = 31.23%
G = 32.55%
B = 36.22%

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

#D5DEF7 (or 0xD5DEF7) is known color: Hawkes Blue. HEX triplet: D5, DE and F7. RGB value is (213,222,247). Sum of RGB (Red+Green+Blue) = 213+222+247=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5DEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEF7 is #2A2108. Grayscale: #DEDEDE. Windows color (decimal): -2760969 or 16244437. OLE color: 16244437.

HSL color Cylindrical-coordinate representation of color #D5DEF7: hue angle of 224.12º degrees, saturation: 0.68, 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 #D5DEF7 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 222 247 -
CMYK 0.14 0.10 0 0.03
HSL 224.12º 0.68% 0.9% -
HSV(B) 224.12º 0.14% 0.97% -
XYZ 70.35 73.1 98.4 -
YUV 222.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 213 222 247 0.14 0.10 0 0.03 224.12 0.68 0.9
Hex D5 DE F7 E A 0 3 E0 44 5A
Octal 325 336 367 16 12 0 3 340 104 132
Binary 11010101 11011110 11110111 1110 1010 0 11 11100000 1000100 1011010

Color Harmonies of #D5DEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEF7

Black with #D5DEF7

Text Example


Text Example

White with #D5DEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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