Html Css Color HEX #DDE1F1 Hawkes Blue

📋 copy color: '#DDE1F1'

red 221 ◦ green 225 ◦ blue 241

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

Shades of Hawkes Blue #DDE1F1

Tints of Hawkes Blue #DDE1F1

RGB

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

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

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

R = 32.17%
G = 32.75%
B = 35.08%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDE1F1 (or 0xDDE1F1) is known color: Hawkes Blue. HEX triplet: DD, E1 and F1. RGB value is (221,225,241). Sum of RGB (Red+Green+Blue) = 221+225+241=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1F1 is #221E0E. Grayscale: #E1E1E1. Windows color (decimal): -2235919 or 15851997. OLE color: 15851997.

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

Color convert

RGB 221 225 241 -
CMYK 0.08 0.07 0 0.05
HSL 228º 0.42% 0.91% -
HSV(B) 228º 0.08% 0.95% -
XYZ 72.62 75.57 93.98 -
YUV 225.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 221 225 241 0.08 0.07 0 0.05 228 0.42 0.91
Hex DD E1 F1 8 7 0 5 E4 2A 5B
Octal 335 341 361 10 7 0 5 344 52 133
Binary 11011101 11100001 11110001 1000 111 0 101 11100100 101010 1011011

Color Harmonies of #DDE1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1F1

Black with #DDE1F1

Text Example


Text Example

White with #DDE1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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