Html Css Color HEX #DADFE8 Hawkes Blue

📋 copy color: '#DADFE8'

red 218 ◦ green 223 ◦ blue 232

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

Shades of Hawkes Blue #DADFE8

Tints of Hawkes Blue #DADFE8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.14%

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

R = 32.39%
G = 33.14%
B = 34.47%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DADFE8 (or 0xDADFE8) is known color: Hawkes Blue. HEX triplet: DA, DF and E8. RGB value is (218,223,232). Sum of RGB (Red+Green+Blue) = 218+223+232=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DADFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFE8 is #252017. Grayscale: #DEDEDE. Windows color (decimal): -2433048 or 15261658. OLE color: 15261658.

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

Color convert

RGB 218 223 232 -
CMYK 0.06 0.04 0 0.09
HSL 218.57º 0.23% 0.88% -
HSV(B) 218.57º 0.06% 0.91% -
XYZ 69.87 73.51 86.85 -
YUV 222.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 218 223 232 0.06 0.04 0 0.09 218.57 0.23 0.88
Hex DA DF E8 6 4 0 9 DB 17 58
Octal 332 337 350 6 4 0 11 333 27 130
Binary 11011010 11011111 11101000 110 100 0 1001 11011011 10111 1011000

Color Harmonies of #DADFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFE8

Black with #DADFE8

Text Example


Text Example

White with #DADFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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