Html Css Color HEX #D3DEED Hawkes Blue

📋 copy color: '#D3DEED'

red 211 ◦ green 222 ◦ blue 237

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

Shades of Hawkes Blue #D3DEED

Tints of Hawkes Blue #D3DEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.13%

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

R = 31.49%
G = 33.13%
B = 35.37%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3DEED (or 0xD3DEED) is known color: Hawkes Blue. HEX triplet: D3, DE and ED. RGB value is (211,222,237). Sum of RGB (Red+Green+Blue) = 211+222+237=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DEED is #2C2112. Grayscale: #DCDCDC. Windows color (decimal): -2892051 or 15589075. OLE color: 15589075.

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

Color convert

RGB 211 222 237 -
CMYK 0.11 0.06 0 0.07
HSL 214.62º 0.42% 0.88% -
HSV(B) 214.62º 0.11% 0.93% -
XYZ 68.27 72.21 90.46 -
YUV 220.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 211 222 237 0.11 0.06 0 0.07 214.62 0.42 0.88
Hex D3 DE ED B 6 0 7 D7 2A 58
Octal 323 336 355 13 6 0 7 327 52 130
Binary 11010011 11011110 11101101 1011 110 0 111 11010111 101010 1011000

Color Harmonies of #D3DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DEED

Black with #D3DEED

Text Example


Text Example

White with #D3DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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