Html Css Color HEX #DADEC6 Frost

📋 copy color: '#DADEC6'

red 218 ◦ green 222 ◦ blue 198

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

Shades of Frost #DADEC6

Tints of Frost #DADEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.03%

R = 34.17%
G = 34.8%
B = 31.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DADEC6 (or 0xDADEC6) is known color: Frost. HEX triplet: DA, DE and C6. RGB value is (218,222,198). Sum of RGB (Red+Green+Blue) = 218+222+198=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEC6 is #252139. Grayscale: #DADADA. Windows color (decimal): -2433338 or 13033178. OLE color: 13033178.

HSL color Cylindrical-coordinate representation of color #DADEC6: hue angle of 70º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADEC6 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 198 -
CMYK 0.02 0 0.11 0.13
HSL 70º 0.27% 0.82% -
HSV(B) 70º 0.11% 0.87% -
XYZ 65.23 71.23 63.74 -
YUV 218.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 218 222 198 0.02 0 0.11 0.13 70 0.27 0.82
Hex DA DE C6 2 0 B D 46 1B 52
Octal 332 336 306 2 0 13 15 106 33 122
Binary 11011010 11011110 11000110 10 0 1011 1101 1000110 11011 1010010

Color Harmonies of #DADEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEC6

Black with #DADEC6

Text Example


Text Example

White with #DADEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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