Html Css Color HEX #D3DDED Hawkes Blue

📋 copy color: '#D3DDED'

red 211 ◦ green 221 ◦ blue 237

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

Shades of Hawkes Blue #D3DDED

Tints of Hawkes Blue #D3DDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 31.54%
G = 33.03%
B = 35.43%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3DDED (or 0xD3DDED) is known color: Hawkes Blue. HEX triplet: D3, DD and ED. RGB value is (211,221,237). Sum of RGB (Red+Green+Blue) = 211+221+237=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDED is #2C2212. Grayscale: #DBDBDB. Windows color (decimal): -2892307 or 15588819. OLE color: 15588819.

HSL color Cylindrical-coordinate representation of color #D3DDED: hue angle of 216.92º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DDED is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 221 237 -
CMYK 0.11 0.07 0 0.07
HSL 216.92º 0.42% 0.88% -
HSV(B) 216.92º 0.11% 0.93% -
XYZ 68.01 71.68 90.37 -
YUV 219.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 211 221 237 0.11 0.07 0 0.07 216.92 0.42 0.88
Hex D3 DD ED B 7 0 7 D9 2A 58
Octal 323 335 355 13 7 0 7 331 52 130
Binary 11010011 11011101 11101101 1011 111 0 111 11011001 101010 1011000

Color Harmonies of #D3DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DDED

Black with #D3DDED

Text Example


Text Example

White with #D3DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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