Html Css Color HEX #DDE1EC Hawkes Blue

📋 copy color: '#DDE1EC'

red 221 ◦ green 225 ◦ blue 236

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

Shades of Hawkes Blue #DDE1EC

Tints of Hawkes Blue #DDE1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.99%

 BLUE value IS 236 (92.58% from 255) = 34.6%

R = 32.4%
G = 32.99%
B = 34.6%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDE1EC (or 0xDDE1EC) is known color: Hawkes Blue. HEX triplet: DD, E1 and EC. RGB value is (221,225,236). Sum of RGB (Red+Green+Blue) = 221+225+236=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1EC is #221E13. Grayscale: #E1E1E1. Windows color (decimal): -2235924 or 15524317. OLE color: 15524317.

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

Color convert

RGB 221 225 236 -
CMYK 0.06 0.05 0 0.07
HSL 224º 0.28% 0.9% -
HSV(B) 224º 0.06% 0.93% -
XYZ 71.88 75.28 90.1 -
YUV 225.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 221 225 236 0.06 0.05 0 0.07 224 0.28 0.9
Hex DD E1 EC 6 5 0 7 E0 1C 5A
Octal 335 341 354 6 5 0 7 340 34 132
Binary 11011101 11100001 11101100 110 101 0 111 11100000 11100 1011010

Color Harmonies of #DDE1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1EC

Black with #DDE1EC

Text Example


Text Example

White with #DDE1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1EC; }

 p { color: rgb(221,225,236); }

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

background-color css

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

 a { background-color: rgb(221,225,236); }

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

border-color css

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

 span { border-color: rgb(221,225,236); }

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