Html Css Color HEX #DADCE6 Hawkes Blue

📋 copy color: '#DADCE6'

red 218 ◦ green 220 ◦ blue 230

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

Shades of Hawkes Blue #DADCE6

Tints of Hawkes Blue #DADCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.43%

R = 32.63%
G = 32.93%
B = 34.43%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DADCE6 (or 0xDADCE6) is known color: Hawkes Blue. HEX triplet: DA, DC and E6. RGB value is (218,220,230). Sum of RGB (Red+Green+Blue) = 218+220+230=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: blue. Hex color #DADCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCE6 is #252319. Grayscale: #DCDCDC. Windows color (decimal): -2433818 or 15129818. OLE color: 15129818.

HSL color Cylindrical-coordinate representation of color #DADCE6: hue angle of 230º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADCE6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 220 230 -
CMYK 0.05 0.04 0 0.10
HSL 230º 0.19% 0.88% -
HSV(B) 230º 0.05% 0.9% -
XYZ 68.79 71.8 85.1 -
YUV 220.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 218 220 230 0.05 0.04 0 0.10 230 0.19 0.88
Hex DA DC E6 5 4 0 A E6 13 58
Octal 332 334 346 5 4 0 12 346 23 130
Binary 11011010 11011100 11100110 101 100 0 1010 11100110 10011 1011000

Color Harmonies of #DADCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCE6

Black with #DADCE6

Text Example


Text Example

White with #DADCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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