Html Css Color HEX #DDE2EE Hawkes Blue

📋 copy color: '#DDE2EE'

red 221 ◦ green 226 ◦ blue 238

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

Shades of Hawkes Blue #DDE2EE

Tints of Hawkes Blue #DDE2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.74%

R = 32.26%
G = 32.99%
B = 34.74%

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

#DDE2EE (or 0xDDE2EE) is known color: Hawkes Blue. HEX triplet: DD, E2 and EE. RGB value is (221,226,238). Sum of RGB (Red+Green+Blue) = 221+226+238=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2EE is #221D11. Grayscale: #E1E1E1. Windows color (decimal): -2235666 or 15655645. OLE color: 15655645.

HSL color Cylindrical-coordinate representation of color #DDE2EE: hue angle of 222.35º degrees, saturation: 0.33, 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 #DDE2EE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 226 238 -
CMYK 0.07 0.05 0 0.07
HSL 222.35º 0.33% 0.9% -
HSV(B) 222.35º 0.07% 0.93% -
XYZ 72.45 75.94 91.73 -
YUV 225.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 221 226 238 0.07 0.05 0 0.07 222.35 0.33 0.9
Hex DD E2 EE 7 5 0 7 DE 21 5A
Octal 335 342 356 7 5 0 7 336 41 132
Binary 11011101 11100010 11101110 111 101 0 111 11011110 100001 1011010

Color Harmonies of #DDE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2EE

Black with #DDE2EE

Text Example


Text Example

White with #DDE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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