Html Css Color HEX #DDE3F5 Hawkes Blue

📋 copy color: '#DDE3F5'

red 221 ◦ green 227 ◦ blue 245

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

Shades of Hawkes Blue #DDE3F5

Tints of Hawkes Blue #DDE3F5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.76%

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

R = 31.89%
G = 32.76%
B = 35.35%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDE3F5 (or 0xDDE3F5) is known color: Hawkes Blue. HEX triplet: DD, E3 and F5. RGB value is (221,227,245). Sum of RGB (Red+Green+Blue) = 221+227+245=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDE3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F5 is #221C0A. Grayscale: #E3E3E3. Windows color (decimal): -2235403 or 16114653. OLE color: 16114653.

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

Color convert

RGB 221 227 245 -
CMYK 0.10 0.07 0 0.04
HSL 225º 0.55% 0.91% -
HSV(B) 225º 0.1% 0.96% -
XYZ 73.77 76.9 97.34 -
YUV 227.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 221 227 245 0.10 0.07 0 0.04 225 0.55 0.91
Hex DD E3 F5 A 7 0 4 E1 37 5B
Octal 335 343 365 12 7 0 4 341 67 133
Binary 11011101 11100011 11110101 1010 111 0 100 11100001 110111 1011011

Color Harmonies of #DDE3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3F5

Black with #DDE3F5

Text Example


Text Example

White with #DDE3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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