Html Css Color HEX #DADCE0 Hawkes Blue

📋 copy color: '#DADCE0'

red 218 ◦ green 220 ◦ blue 224

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

Shades of Hawkes Blue #DADCE0

Tints of Hawkes Blue #DADCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.23%

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

R = 32.93%
G = 33.23%
B = 33.84%

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

#DADCE0 (or 0xDADCE0) is known color: Hawkes Blue. HEX triplet: DA, DC and E0. RGB value is (218,220,224). Sum of RGB (Red+Green+Blue) = 218+220+224=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCE0 is #25231F. Grayscale: #DBDBDB. Windows color (decimal): -2433824 or 14736602. OLE color: 14736602.

HSL color Cylindrical-coordinate representation of color #DADCE0: hue angle of 220º 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 #DADCE0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 220 224 -
CMYK 0.03 0.02 0 0.12
HSL 220º 0.09% 0.87% -
HSV(B) 220º 0.03% 0.88% -
XYZ 67.96 71.47 80.73 -
YUV 219.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 218 220 224 0.03 0.02 0 0.12 220 0.09 0.87
Hex DA DC E0 3 2 0 C DC 9 57
Octal 332 334 340 3 2 0 14 334 11 127
Binary 11011010 11011100 11100000 11 10 0 1100 11011100 1001 1010111

Color Harmonies of #DADCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCE0

Black with #DADCE0

Text Example


Text Example

White with #DADCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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