Html Css Color HEX #DADCE1 Hawkes Blue

📋 copy color: '#DADCE1'

red 218 ◦ green 220 ◦ blue 225

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

Shades of Hawkes Blue #DADCE1

Tints of Hawkes Blue #DADCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.94%

R = 32.88%
G = 33.18%
B = 33.94%

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

#DADCE1 (or 0xDADCE1) is known color: Hawkes Blue. HEX triplet: DA, DC and E1. RGB value is (218,220,225). Sum of RGB (Red+Green+Blue) = 218+220+225=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCE1 is #25231E. Grayscale: #DBDBDB. Windows color (decimal): -2433823 or 14802138. OLE color: 14802138.

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

Color convert

RGB 218 220 225 -
CMYK 0.03 0.02 0 0.12
HSL 222.86º 0.1% 0.87% -
HSV(B) 222.86º 0.03% 0.88% -
XYZ 68.1 71.53 81.45 -
YUV 219.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 218 220 225 0.03 0.02 0 0.12 222.86 0.1 0.87
Hex DA DC E1 3 2 0 C DF A 57
Octal 332 334 341 3 2 0 14 337 12 127
Binary 11011010 11011100 11100001 11 10 0 1100 11011111 1010 1010111

Color Harmonies of #DADCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCE1

Black with #DADCE1

Text Example


Text Example

White with #DADCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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