Html Css Color HEX #D7DDEF Hawkes Blue

📋 copy color: '#D7DDEF'

red 215 ◦ green 221 ◦ blue 239

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

Shades of Hawkes Blue #D7DDEF

Tints of Hawkes Blue #D7DDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.74%

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

R = 31.85%
G = 32.74%
B = 35.41%

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

#D7DDEF (or 0xD7DDEF) is known color: Hawkes Blue. HEX triplet: D7, DD and EF. RGB value is (215,221,239). Sum of RGB (Red+Green+Blue) = 215+221+239=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDEF is #282210. Grayscale: #DDDDDD. Windows color (decimal): -2630161 or 15719895. OLE color: 15719895.

HSL color Cylindrical-coordinate representation of color #D7DDEF: hue angle of 225º degrees, saturation: 0.43, 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 #D7DDEF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 221 239 -
CMYK 0.10 0.08 0 0.06
HSL 225º 0.43% 0.89% -
HSV(B) 225º 0.1% 0.94% -
XYZ 69.46 72.39 91.97 -
YUV 221.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 215 221 239 0.10 0.08 0 0.06 225 0.43 0.89
Hex D7 DD EF A 8 0 6 E1 2B 59
Octal 327 335 357 12 10 0 6 341 53 131
Binary 11010111 11011101 11101111 1010 1000 0 110 11100001 101011 1011001

Color Harmonies of #D7DDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDEF

Black with #D7DDEF

Text Example


Text Example

White with #D7DDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDEF; }

 p { color: rgb(215,221,239); }

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

background-color css

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

 a { background-color: rgb(215,221,239); }

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

border-color css

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

 span { border-color: rgb(215,221,239); }

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