Html Css Color HEX #DADEEA Hawkes Blue

📋 copy color: '#DADEEA'

red 218 ◦ green 222 ◦ blue 234

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

Shades of Hawkes Blue #DADEEA

Tints of Hawkes Blue #DADEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.94%

 BLUE value IS 234 (91.8% from 255) = 34.72%

R = 32.34%
G = 32.94%
B = 34.72%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DADEEA (or 0xDADEEA) is known color: Hawkes Blue. HEX triplet: DA, DE and EA. RGB value is (218,222,234). Sum of RGB (Red+Green+Blue) = 218+222+234=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #DADEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEEA is #252115. Grayscale: #DEDEDE. Windows color (decimal): -2433302 or 15392474. OLE color: 15392474.

HSL color Cylindrical-coordinate representation of color #DADEEA: hue angle of 225º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DADEEA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 222 234 -
CMYK 0.07 0.05 0 0.08
HSL 225º 0.28% 0.89% -
HSV(B) 225º 0.07% 0.92% -
XYZ 69.89 73.09 88.27 -
YUV 222.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 218 222 234 0.07 0.05 0 0.08 225 0.28 0.89
Hex DA DE EA 7 5 0 8 E1 1C 59
Octal 332 336 352 7 5 0 10 341 34 131
Binary 11011010 11011110 11101010 111 101 0 1000 11100001 11100 1011001

Color Harmonies of #DADEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEEA

Black with #DADEEA

Text Example


Text Example

White with #DADEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEEA; }

 p { color: rgb(218,222,234); }

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

background-color css

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

 a { background-color: rgb(218,222,234); }

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

border-color css

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

 span { border-color: rgb(218,222,234); }

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