Html Css Color HEX #DDE2ED Hawkes Blue

📋 copy color: '#DDE2ED'

red 221 ◦ green 226 ◦ blue 237

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

Shades of Hawkes Blue #DDE2ED

Tints of Hawkes Blue #DDE2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.04%

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

R = 32.31%
G = 33.04%
B = 34.65%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDE2ED (or 0xDDE2ED) is known color: Hawkes Blue. HEX triplet: DD, E2 and ED. RGB value is (221,226,237). Sum of RGB (Red+Green+Blue) = 221+226+237=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2ED is #221D12. Grayscale: #E1E1E1. Windows color (decimal): -2235667 or 15590109. OLE color: 15590109.

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

Color convert

RGB 221 226 237 -
CMYK 0.07 0.05 0 0.07
HSL 221.25º 0.31% 0.9% -
HSV(B) 221.25º 0.07% 0.93% -
XYZ 72.3 75.88 90.96 -
YUV 225.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 221 226 237 0.07 0.05 0 0.07 221.25 0.31 0.9
Hex DD E2 ED 7 5 0 7 DD 1F 5A
Octal 335 342 355 7 5 0 7 335 37 132
Binary 11011101 11100010 11101101 111 101 0 111 11011101 11111 1011010

Color Harmonies of #DDE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2ED

Black with #DDE2ED

Text Example


Text Example

White with #DDE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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