Html Css Color HEX #DADEEE Hawkes Blue

📋 copy color: '#DADEEE'

red 218 ◦ green 222 ◦ blue 238

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

Shades of Hawkes Blue #DADEEE

Tints of Hawkes Blue #DADEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.1%

R = 32.15%
G = 32.74%
B = 35.1%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DADEEE (or 0xDADEEE) is known color: Hawkes Blue. HEX triplet: DA, DE and EE. RGB value is (218,222,238). Sum of RGB (Red+Green+Blue) = 218+222+238=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #DADEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEEE is #252111. Grayscale: #DEDEDE. Windows color (decimal): -2433298 or 15654618. OLE color: 15654618.

HSL color Cylindrical-coordinate representation of color #DADEEE: hue angle of 228º degrees, saturation: 0.37, 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 #DADEEE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 222 238 -
CMYK 0.08 0.07 0 0.07
HSL 228º 0.37% 0.89% -
HSV(B) 228º 0.08% 0.93% -
XYZ 70.47 73.32 91.33 -
YUV 222.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 218 222 238 0.08 0.07 0 0.07 228 0.37 0.89
Hex DA DE EE 8 7 0 7 E4 25 59
Octal 332 336 356 10 7 0 7 344 45 131
Binary 11011010 11011110 11101110 1000 111 0 111 11100100 100101 1011001

Color Harmonies of #DADEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEEE

Black with #DADEEE

Text Example


Text Example

White with #DADEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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