Html Css Color HEX #DADEE0 Pattens Blue

📋 copy color: '#DADEE0'

red 218 ◦ green 222 ◦ blue 224

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

Shades of Pattens Blue #DADEE0

Tints of Pattens Blue #DADEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.43%

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

R = 32.83%
G = 33.43%
B = 33.73%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DADEE0 (or 0xDADEE0) is known color: Pattens Blue. HEX triplet: DA, DE and E0. RGB value is (218,222,224). Sum of RGB (Red+Green+Blue) = 218+222+224=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEE0 is #25211F. Grayscale: #DDDDDD. Windows color (decimal): -2433312 or 14737114. OLE color: 14737114.

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

Color convert

RGB 218 222 224 -
CMYK 0.03 0.01 0 0.12
HSL 200º 0.09% 0.87% -
HSV(B) 200º 0.03% 0.88% -
XYZ 68.49 72.53 80.91 -
YUV 221.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 218 222 224 0.03 0.01 0 0.12 200 0.09 0.87
Hex DA DE E0 3 1 0 C C8 9 57
Octal 332 336 340 3 1 0 14 310 11 127
Binary 11011010 11011110 11100000 11 1 0 1100 11001000 1001 1010111

Color Harmonies of #DADEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEE0

Black with #DADEE0

Text Example


Text Example

White with #DADEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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