Html Css Color HEX #DADDE4 Hawkes Blue

📋 copy color: '#DADDE4'

red 218 ◦ green 221 ◦ blue 228

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

Shades of Hawkes Blue #DADDE4

Tints of Hawkes Blue #DADDE4

RGB

 RED value IS 218 (85.55% from 255) = 32.68%

 GREEN value IS 221 (86.72% from 255) = 33.13%

 BLUE value IS 228 (89.45% from 255) = 34.18%

R = 32.68%
G = 33.13%
B = 34.18%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DADDE4 (or 0xDADDE4) is known color: Hawkes Blue. HEX triplet: DA, DD and E4. RGB value is (218,221,228). Sum of RGB (Red+Green+Blue) = 218+221+228=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 228 - color contains mainly: blue. Hex color #DADDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDE4 is #25221B. Grayscale: #DCDCDC. Windows color (decimal): -2433564 or 14999002. OLE color: 14999002.

HSL color Cylindrical-coordinate representation of color #DADDE4: hue angle of 222º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADDE4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 221 228 -
CMYK 0.04 0.03 0 0.11
HSL 222º 0.16% 0.87% -
HSV(B) 222º 0.04% 0.89% -
XYZ 68.77 72.22 83.71 -
YUV 220.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 218 221 228 0.04 0.03 0 0.11 222 0.16 0.87
Hex DA DD E4 4 3 0 B DE 10 57
Octal 332 335 344 4 3 0 13 336 20 127
Binary 11011010 11011101 11100100 100 11 0 1011 11011110 10000 1010111

Color Harmonies of #DADDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDE4

Black with #DADDE4

Text Example


Text Example

White with #DADDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDE4; }

 p { color: rgb(218,221,228); }

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

background-color css

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

 a { background-color: rgb(218,221,228); }

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

border-color css

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

 span { border-color: rgb(218,221,228); }

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