Html Css Color HEX #DADBE0 Hawkes Blue

📋 copy color: '#DADBE0'

red 218 ◦ green 219 ◦ blue 224

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

Shades of Hawkes Blue #DADBE0

Tints of Hawkes Blue #DADBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.13%

 BLUE value IS 224 (87.89% from 255) = 33.89%

R = 32.98%
G = 33.13%
B = 33.89%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DADBE0 (or 0xDADBE0) is known color: Hawkes Blue. HEX triplet: DA, DB and E0. RGB value is (218,219,224). Sum of RGB (Red+Green+Blue) = 218+219+224=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBE0 is #25241F. Grayscale: #DBDBDB. Windows color (decimal): -2434080 or 14736346. OLE color: 14736346.

HSL color Cylindrical-coordinate representation of color #DADBE0: hue angle of 230º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADBE0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 219 224 -
CMYK 0.03 0.02 0 0.12
HSL 230º 0.09% 0.87% -
HSV(B) 230º 0.03% 0.88% -
XYZ 67.7 70.95 80.65 -
YUV 219.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 218 219 224 0.03 0.02 0 0.12 230 0.09 0.87
Hex DA DB E0 3 2 0 C E6 9 57
Octal 332 333 340 3 2 0 14 346 11 127
Binary 11011010 11011011 11100000 11 10 0 1100 11100110 1001 1010111

Color Harmonies of #DADBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBE0

Black with #DADBE0

Text Example


Text Example

White with #DADBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBE0; }

 p { color: rgb(218,219,224); }

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

background-color css

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

 a { background-color: rgb(218,219,224); }

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

border-color css

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

 span { border-color: rgb(218,219,224); }

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