Html Css Color HEX #D3DDE8 Hawkes Blue

📋 copy color: '#D3DDE8'

red 211 ◦ green 221 ◦ blue 232

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

Shades of Hawkes Blue #D3DDE8

Tints of Hawkes Blue #D3DDE8

RGB

 RED value IS 211 (82.81% from 255) = 31.78%

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

 BLUE value IS 232 (91.02% from 255) = 34.94%

R = 31.78%
G = 33.28%
B = 34.94%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D3DDE8 (or 0xD3DDE8) is known color: Hawkes Blue. HEX triplet: D3, DD and E8. RGB value is (211,221,232). Sum of RGB (Red+Green+Blue) = 211+221+232=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #D3DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDE8 is #2C2217. Grayscale: #DBDBDB. Windows color (decimal): -2892312 or 15261139. OLE color: 15261139.

HSL color Cylindrical-coordinate representation of color #D3DDE8: hue angle of 211.43º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3DDE8 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 221 232 -
CMYK 0.09 0.05 0 0.09
HSL 211.43º 0.31% 0.87% -
HSV(B) 211.43º 0.09% 0.91% -
XYZ 67.29 71.39 86.58 -
YUV 219.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 211 221 232 0.09 0.05 0 0.09 211.43 0.31 0.87
Hex D3 DD E8 9 5 0 9 D3 1F 57
Octal 323 335 350 11 5 0 11 323 37 127
Binary 11010011 11011101 11101000 1001 101 0 1001 11010011 11111 1010111

Color Harmonies of #D3DDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DDE8

Black with #D3DDE8

Text Example


Text Example

White with #D3DDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DDE8; }

 p { color: rgb(211,221,232); }

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

background-color css

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

 a { background-color: rgb(211,221,232); }

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

border-color css

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

 span { border-color: rgb(211,221,232); }

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