Html Css Color HEX #DDE2F1 Hawkes Blue

📋 copy color: '#DDE2F1'

red 221 ◦ green 226 ◦ blue 241

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

Shades of Hawkes Blue #DDE2F1

Tints of Hawkes Blue #DDE2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.03%

R = 32.12%
G = 32.85%
B = 35.03%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDE2F1 (or 0xDDE2F1) is known color: Hawkes Blue. HEX triplet: DD, E2 and F1. RGB value is (221,226,241). Sum of RGB (Red+Green+Blue) = 221+226+241=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2F1 is #221D0E. Grayscale: #E2E2E2. Windows color (decimal): -2235663 or 15852253. OLE color: 15852253.

HSL color Cylindrical-coordinate representation of color #DDE2F1: hue angle of 225º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE2F1 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 226 241 -
CMYK 0.08 0.06 0 0.05
HSL 225º 0.42% 0.91% -
HSV(B) 225º 0.08% 0.95% -
XYZ 72.89 76.12 94.07 -
YUV 226.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 221 226 241 0.08 0.06 0 0.05 225 0.42 0.91
Hex DD E2 F1 8 6 0 5 E1 2A 5B
Octal 335 342 361 10 6 0 5 341 52 133
Binary 11011101 11100010 11110001 1000 110 0 101 11100001 101010 1011011

Color Harmonies of #DDE2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2F1

Black with #DDE2F1

Text Example


Text Example

White with #DDE2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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