Html Css Color HEX #DDE2F2 Hawkes Blue

📋 copy color: '#DDE2F2'

red 221 ◦ green 226 ◦ blue 242

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

Shades of Hawkes Blue #DDE2F2

Tints of Hawkes Blue #DDE2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.12%

R = 32.08%
G = 32.8%
B = 35.12%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDE2F2 (or 0xDDE2F2) is known color: Hawkes Blue. HEX triplet: DD, E2 and F2. RGB value is (221,226,242). Sum of RGB (Red+Green+Blue) = 221+226+242=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2F2 is #221D0D. Grayscale: #E2E2E2. Windows color (decimal): -2235662 or 15917789. OLE color: 15917789.

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

Color convert

RGB 221 226 242 -
CMYK 0.09 0.07 0 0.05
HSL 225.71º 0.45% 0.91% -
HSV(B) 225.71º 0.09% 0.95% -
XYZ 73.04 76.18 94.86 -
YUV 226.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 221 226 242 0.09 0.07 0 0.05 225.71 0.45 0.91
Hex DD E2 F2 9 7 0 5 E2 2D 5B
Octal 335 342 362 11 7 0 5 342 55 133
Binary 11011101 11100010 11110010 1001 111 0 101 11100010 101101 1011011

Color Harmonies of #DDE2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2F2

Black with #DDE2F2

Text Example


Text Example

White with #DDE2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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