Html Css Color HEX #DADDC9 Frost

📋 copy color: '#DADDC9'

red 218 ◦ green 221 ◦ blue 201

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

Shades of Frost #DADDC9

Tints of Frost #DADDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.53%

 BLUE value IS 201 (78.91% from 255) = 31.41%

R = 34.06%
G = 34.53%
B = 31.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DADDC9 (or 0xDADDC9) is known color: Frost. HEX triplet: DA, DD and C9. RGB value is (218,221,201). Sum of RGB (Red+Green+Blue) = 218+221+201=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC9 is #252236. Grayscale: #D9D9D9. Windows color (decimal): -2433591 or 13229530. OLE color: 13229530.

HSL color Cylindrical-coordinate representation of color #DADDC9: hue angle of 69º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADDC9 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 201 -
CMYK 0.01 0 0.09 0.13
HSL 69º 0.23% 0.83% -
HSV(B) 69º 0.09% 0.87% -
XYZ 65.31 70.84 65.49 -
YUV 217.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 218 221 201 0.01 0 0.09 0.13 69 0.23 0.83
Hex DA DD C9 1 0 9 D 45 17 53
Octal 332 335 311 1 0 11 15 105 27 123
Binary 11011010 11011101 11001001 1 0 1001 1101 1000101 10111 1010011

Color Harmonies of #DADDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDC9

Black with #DADDC9

Text Example


Text Example

White with #DADDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDC9; }

 p { color: rgb(218,221,201); }

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

background-color css

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

 a { background-color: rgb(218,221,201); }

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

border-color css

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

 span { border-color: rgb(218,221,201); }

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