Html Css Color HEX #DADDC6 Frost

📋 copy color: '#DADDC6'

red 218 ◦ green 221 ◦ blue 198

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

Shades of Frost #DADDC6

Tints of Frost #DADDC6

RGB

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

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

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

R = 34.22%
G = 34.69%
B = 31.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DADDC6 (or 0xDADDC6) is known color: Frost. HEX triplet: DA, DD and C6. RGB value is (218,221,198). Sum of RGB (Red+Green+Blue) = 218+221+198=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC6 is #252239. Grayscale: #D9D9D9. Windows color (decimal): -2433594 or 13032922. OLE color: 13032922.

HSL color Cylindrical-coordinate representation of color #DADDC6: hue angle of 67.83º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADDC6 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 198 -
CMYK 0.01 0 0.10 0.13
HSL 67.83º 0.25% 0.82% -
HSV(B) 67.83º 0.1% 0.87% -
XYZ 64.96 70.7 63.65 -
YUV 217.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 218 221 198 0.01 0 0.10 0.13 67.83 0.25 0.82
Hex DA DD C6 1 0 A D 44 19 52
Octal 332 335 306 1 0 12 15 104 31 122
Binary 11011010 11011101 11000110 1 0 1010 1101 1000100 11001 1010010

Color Harmonies of #DADDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDC6

Black with #DADDC6

Text Example


Text Example

White with #DADDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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