Html Css Color HEX #DADCE2 Hawkes Blue

📋 copy color: '#DADCE2'

red 218 ◦ green 220 ◦ blue 226

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

Shades of Hawkes Blue #DADCE2

Tints of Hawkes Blue #DADCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 32.83%
G = 33.13%
B = 34.04%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DADCE2 (or 0xDADCE2) is known color: Hawkes Blue. HEX triplet: DA, DC and E2. RGB value is (218,220,226). Sum of RGB (Red+Green+Blue) = 218+220+226=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 226 - color contains mainly: blue. Hex color #DADCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCE2 is #25231D. Grayscale: #DCDCDC. Windows color (decimal): -2433822 or 14867674. OLE color: 14867674.

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

Color convert

RGB 218 220 226 -
CMYK 0.04 0.03 0 0.11
HSL 225º 0.12% 0.87% -
HSV(B) 225º 0.04% 0.89% -
XYZ 68.23 71.58 82.17 -
YUV 220.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 218 220 226 0.04 0.03 0 0.11 225 0.12 0.87
Hex DA DC E2 4 3 0 B E1 C 57
Octal 332 334 342 4 3 0 13 341 14 127
Binary 11011010 11011100 11100010 100 11 0 1011 11100001 1100 1010111

Color Harmonies of #DADCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCE2

Black with #DADCE2

Text Example


Text Example

White with #DADCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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