Html Css Color HEX #DDDFE5 Hawkes Blue

📋 copy color: '#DDDFE5'

red 221 ◦ green 223 ◦ blue 229

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

Shades of Hawkes Blue #DDDFE5

Tints of Hawkes Blue #DDDFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.03%

R = 32.84%
G = 33.14%
B = 34.03%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDDFE5 (or 0xDDDFE5) is known color: Hawkes Blue. HEX triplet: DD, DF and E5. RGB value is (221,223,229). Sum of RGB (Red+Green+Blue) = 221+223+229=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFE5 is #22201A. Grayscale: #DFDFDF. Windows color (decimal): -2236443 or 15065053. OLE color: 15065053.

HSL color Cylindrical-coordinate representation of color #DDDFE5: hue angle of 225º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDFE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 223 229 -
CMYK 0.03 0.03 0 0.10
HSL 225º 0.13% 0.88% -
HSV(B) 225º 0.03% 0.9% -
XYZ 70.35 73.8 84.67 -
YUV 223.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 221 223 229 0.03 0.03 0 0.10 225 0.13 0.88
Hex DD DF E5 3 3 0 A E1 D 58
Octal 335 337 345 3 3 0 12 341 15 130
Binary 11011101 11011111 11100101 11 11 0 1010 11100001 1101 1011000

Color Harmonies of #DDDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFE5

Black with #DDDFE5

Text Example


Text Example

White with #DDDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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