Html Css Color HEX #DDDFE3 Hawkes Blue

📋 copy color: '#DDDFE3'

red 221 ◦ green 223 ◦ blue 227

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

Shades of Hawkes Blue #DDDFE3

Tints of Hawkes Blue #DDDFE3

RGB

 RED value IS 221 (86.72% from 255) = 32.94%

 GREEN value IS 223 (87.5% from 255) = 33.23%

 BLUE value IS 227 (89.06% from 255) = 33.83%

R = 32.94%
G = 33.23%
B = 33.83%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDDFE3 (or 0xDDDFE3) is known color: Hawkes Blue. HEX triplet: DD, DF and E3. RGB value is (221,223,227). Sum of RGB (Red+Green+Blue) = 221+223+227=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDDFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFE3 is #22201C. Grayscale: #DEDEDE. Windows color (decimal): -2236445 or 14933981. OLE color: 14933981.

HSL color Cylindrical-coordinate representation of color #DDDFE3: hue angle of 220º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDFE3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 223 227 -
CMYK 0.03 0.02 0 0.11
HSL 220º 0.1% 0.88% -
HSV(B) 220º 0.03% 0.89% -
XYZ 70.07 73.69 83.2 -
YUV 222.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 221 223 227 0.03 0.02 0 0.11 220 0.1 0.88
Hex DD DF E3 3 2 0 B DC A 58
Octal 335 337 343 3 2 0 13 334 12 130
Binary 11011101 11011111 11100011 11 10 0 1011 11011100 1010 1011000

Color Harmonies of #DDDFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFE3

Black with #DDDFE3

Text Example


Text Example

White with #DDDFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFE3; }

 p { color: rgb(221,223,227); }

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

background-color css

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

 a { background-color: rgb(221,223,227); }

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

border-color css

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

 span { border-color: rgb(221,223,227); }

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