Html Css Color HEX #D3DEEF Hawkes Blue

📋 copy color: '#D3DEEF'

red 211 ◦ green 222 ◦ blue 239

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

Shades of Hawkes Blue #D3DEEF

Tints of Hawkes Blue #D3DEEF

RGB

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

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

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

R = 31.4%
G = 33.04%
B = 35.57%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3DEEF (or 0xD3DEEF) is known color: Hawkes Blue. HEX triplet: D3, DE and EF. RGB value is (211,222,239). Sum of RGB (Red+Green+Blue) = 211+222+239=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DEEF is #2C2110. Grayscale: #DCDCDC. Windows color (decimal): -2892049 or 15720147. OLE color: 15720147.

HSL color Cylindrical-coordinate representation of color #D3DEEF: hue angle of 216.43º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3DEEF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 222 239 -
CMYK 0.12 0.07 0 0.06
HSL 216.43º 0.47% 0.88% -
HSV(B) 216.43º 0.12% 0.94% -
XYZ 68.57 72.32 92.01 -
YUV 220.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 211 222 239 0.12 0.07 0 0.06 216.43 0.47 0.88
Hex D3 DE EF C 7 0 6 D8 2F 58
Octal 323 336 357 14 7 0 6 330 57 130
Binary 11010011 11011110 11101111 1100 111 0 110 11011000 101111 1011000

Color Harmonies of #D3DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DEEF

Black with #D3DEEF

Text Example


Text Example

White with #D3DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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