Html Css Color HEX #DADEED Hawkes Blue

📋 copy color: '#DADEED'

red 218 ◦ green 222 ◦ blue 237

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

Shades of Hawkes Blue #DADEED

Tints of Hawkes Blue #DADEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.01%

R = 32.2%
G = 32.79%
B = 35.01%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DADEED (or 0xDADEED) is known color: Hawkes Blue. HEX triplet: DA, DE and ED. RGB value is (218,222,237). Sum of RGB (Red+Green+Blue) = 218+222+237=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #DADEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEED is #252112. Grayscale: #DEDEDE. Windows color (decimal): -2433299 or 15589082. OLE color: 15589082.

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

Color convert

RGB 218 222 237 -
CMYK 0.08 0.06 0 0.07
HSL 227.37º 0.35% 0.89% -
HSV(B) 227.37º 0.08% 0.93% -
XYZ 70.32 73.26 90.56 -
YUV 222.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 218 222 237 0.08 0.06 0 0.07 227.37 0.35 0.89
Hex DA DE ED 8 6 0 7 E3 23 59
Octal 332 336 355 10 6 0 7 343 43 131
Binary 11011010 11011110 11101101 1000 110 0 111 11100011 100011 1011001

Color Harmonies of #DADEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEED

Black with #DADEED

Text Example


Text Example

White with #DADEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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