Html Css Color HEX #DADEEB Hawkes Blue

📋 copy color: '#DADEEB'

red 218 ◦ green 222 ◦ blue 235

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

Shades of Hawkes Blue #DADEEB

Tints of Hawkes Blue #DADEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 32.3%
G = 32.89%
B = 34.81%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DADEEB (or 0xDADEEB) is known color: Hawkes Blue. HEX triplet: DA, DE and EB. RGB value is (218,222,235). Sum of RGB (Red+Green+Blue) = 218+222+235=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DADEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEEB is #252114. Grayscale: #DEDEDE. Windows color (decimal): -2433301 or 15458010. OLE color: 15458010.

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

Color convert

RGB 218 222 235 -
CMYK 0.07 0.06 0 0.08
HSL 225.88º 0.3% 0.89% -
HSV(B) 225.88º 0.07% 0.92% -
XYZ 70.03 73.15 89.02 -
YUV 222.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 218 222 235 0.07 0.06 0 0.08 225.88 0.3 0.89
Hex DA DE EB 7 6 0 8 E2 1E 59
Octal 332 336 353 7 6 0 10 342 36 131
Binary 11011010 11011110 11101011 111 110 0 1000 11100010 11110 1011001

Color Harmonies of #DADEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEEB

Black with #DADEEB

Text Example


Text Example

White with #DADEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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