Html Css Color HEX #DDE2F5 Hawkes Blue

📋 copy color: '#DDE2F5'

red 221 ◦ green 226 ◦ blue 245

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

Shades of Hawkes Blue #DDE2F5

Tints of Hawkes Blue #DDE2F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.4%

R = 31.94%
G = 32.66%
B = 35.4%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDE2F5 (or 0xDDE2F5) is known color: Hawkes Blue. HEX triplet: DD, E2 and F5. RGB value is (221,226,245). Sum of RGB (Red+Green+Blue) = 221+226+245=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDE2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2F5 is #221D0A. Grayscale: #E2E2E2. Windows color (decimal): -2235659 or 16114397. OLE color: 16114397.

HSL color Cylindrical-coordinate representation of color #DDE2F5: hue angle of 227.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE2F5 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 226 245 -
CMYK 0.10 0.08 0 0.04
HSL 227.5º 0.55% 0.91% -
HSV(B) 227.5º 0.1% 0.96% -
XYZ 73.5 76.36 97.25 -
YUV 226.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 221 226 245 0.10 0.08 0 0.04 227.5 0.55 0.91
Hex DD E2 F5 A 8 0 4 E4 37 5B
Octal 335 342 365 12 10 0 4 344 67 133
Binary 11011101 11100010 11110101 1010 1000 0 100 11100100 110111 1011011

Color Harmonies of #DDE2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2F5

Black with #DDE2F5

Text Example


Text Example

White with #DDE2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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