Html Css Color HEX #D5D9EF Hawkes Blue

📋 copy color: '#D5D9EF'

red 213 ◦ green 217 ◦ blue 239

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

Shades of Hawkes Blue #D5D9EF

Tints of Hawkes Blue #D5D9EF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.44%

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

R = 31.84%
G = 32.44%
B = 35.72%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5D9EF (or 0xD5D9EF) is known color: Hawkes Blue. HEX triplet: D5, D9 and EF. RGB value is (213,217,239). Sum of RGB (Red+Green+Blue) = 213+217+239=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9EF is #2A2610. Grayscale: #DADADA. Windows color (decimal): -2762257 or 15718869. OLE color: 15718869.

HSL color Cylindrical-coordinate representation of color #D5D9EF: hue angle of 230.77º 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 #D5D9EF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 217 239 -
CMYK 0.11 0.09 0 0.06
HSL 230.77º 0.45% 0.89% -
HSV(B) 230.77º 0.11% 0.94% -
XYZ 67.83 70 91.6 -
YUV 218.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 213 217 239 0.11 0.09 0 0.06 230.77 0.45 0.89
Hex D5 D9 EF B 9 0 6 E7 2D 59
Octal 325 331 357 13 11 0 6 347 55 131
Binary 11010101 11011001 11101111 1011 1001 0 110 11100111 101101 1011001

Color Harmonies of #D5D9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D9EF

Black with #D5D9EF

Text Example


Text Example

White with #D5D9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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