Html Css Color HEX #D5DEEF Hawkes Blue

📋 copy color: '#D5DEEF'

red 213 ◦ green 222 ◦ blue 239

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

Shades of Hawkes Blue #D5DEEF

Tints of Hawkes Blue #D5DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.46%

R = 31.6%
G = 32.94%
B = 35.46%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5DEEF (or 0xD5DEEF) is known color: Hawkes Blue. HEX triplet: D5, DE and EF. RGB value is (213,222,239). Sum of RGB (Red+Green+Blue) = 213+222+239=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEEF is #2A2110. Grayscale: #DDDDDD. Windows color (decimal): -2760977 or 15720149. OLE color: 15720149.

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

Color convert

RGB 213 222 239 -
CMYK 0.11 0.07 0 0.06
HSL 219.23º 0.45% 0.89% -
HSV(B) 219.23º 0.11% 0.94% -
XYZ 69.14 72.62 92.03 -
YUV 221.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 213 222 239 0.11 0.07 0 0.06 219.23 0.45 0.89
Hex D5 DE EF B 7 0 6 DB 2D 59
Octal 325 336 357 13 7 0 6 333 55 131
Binary 11010101 11011110 11101111 1011 111 0 110 11011011 101101 1011001

Color Harmonies of #D5DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEEF

Black with #D5DEEF

Text Example


Text Example

White with #D5DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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