Html Css Color HEX #DADDE8 Hawkes Blue

📋 copy color: '#DADDE8'

red 218 ◦ green 221 ◦ blue 232

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

Shades of Hawkes Blue #DADDE8

Tints of Hawkes Blue #DADDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.58%

R = 32.49%
G = 32.94%
B = 34.58%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DADDE8 (or 0xDADDE8) is known color: Hawkes Blue. HEX triplet: DA, DD and E8. RGB value is (218,221,232). Sum of RGB (Red+Green+Blue) = 218+221+232=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 232 - color contains mainly: blue. Hex color #DADDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDE8 is #252217. Grayscale: #DDDDDD. Windows color (decimal): -2433560 or 15261146. OLE color: 15261146.

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

Color convert

RGB 218 221 232 -
CMYK 0.06 0.05 0 0.09
HSL 227.14º 0.23% 0.88% -
HSV(B) 227.14º 0.06% 0.91% -
XYZ 69.34 72.44 86.67 -
YUV 221.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 218 221 232 0.06 0.05 0 0.09 227.14 0.23 0.88
Hex DA DD E8 6 5 0 9 E3 17 58
Octal 332 335 350 6 5 0 11 343 27 130
Binary 11011010 11011101 11101000 110 101 0 1001 11100011 10111 1011000

Color Harmonies of #DADDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDE8

Black with #DADDE8

Text Example


Text Example

White with #DADDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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