Html Css Color HEX #D9DCEB Hawkes Blue

📋 copy color: '#D9DCEB'

red 217 ◦ green 220 ◦ blue 235

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

Shades of Hawkes Blue #D9DCEB

Tints of Hawkes Blue #D9DCEB

RGB

 RED value IS 217 (85.16% from 255) = 32.29%

 GREEN value IS 220 (86.33% from 255) = 32.74%

 BLUE value IS 235 (92.19% from 255) = 34.97%

R = 32.29%
G = 32.74%
B = 34.97%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9DCEB (or 0xD9DCEB) is known color: Hawkes Blue. HEX triplet: D9, DC and EB. RGB value is (217,220,235). Sum of RGB (Red+Green+Blue) = 217+220+235=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCEB is #262314. Grayscale: #DCDCDC. Windows color (decimal): -2499349 or 15457497. OLE color: 15457497.

HSL color Cylindrical-coordinate representation of color #D9DCEB: hue angle of 230º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DCEB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 220 235 -
CMYK 0.08 0.06 0 0.08
HSL 230º 0.31% 0.89% -
HSV(B) 230º 0.08% 0.92% -
XYZ 69.2 71.94 88.83 -
YUV 220.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 217 220 235 0.08 0.06 0 0.08 230 0.31 0.89
Hex D9 DC EB 8 6 0 8 E6 1F 59
Octal 331 334 353 10 6 0 10 346 37 131
Binary 11011001 11011100 11101011 1000 110 0 1000 11100110 11111 1011001

Color Harmonies of #D9DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCEB

Black with #D9DCEB

Text Example


Text Example

White with #D9DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCEB; }

 p { color: rgb(217,220,235); }

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

background-color css

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

 a { background-color: rgb(217,220,235); }

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

border-color css

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

 span { border-color: rgb(217,220,235); }

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