Html Css Color HEX #DADDC4 Frost

📋 copy color: '#DADDC4'

red 218 ◦ green 221 ◦ blue 196

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

Shades of Frost #DADDC4

Tints of Frost #DADDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.87%

R = 34.33%
G = 34.8%
B = 30.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DADDC4 (or 0xDADDC4) is known color: Frost. HEX triplet: DA, DD and C4. RGB value is (218,221,196). Sum of RGB (Red+Green+Blue) = 218+221+196=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC4 is #25223B. Grayscale: #D9D9D9. Windows color (decimal): -2433596 or 12901850. OLE color: 12901850.

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

Color convert

RGB 218 221 196 -
CMYK 0.01 0 0.11 0.13
HSL 67.2º 0.27% 0.82% -
HSV(B) 67.2º 0.11% 0.87% -
XYZ 64.73 70.6 62.44 -
YUV 217.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 218 221 196 0.01 0 0.11 0.13 67.2 0.27 0.82
Hex DA DD C4 1 0 B D 43 1B 52
Octal 332 335 304 1 0 13 15 103 33 122
Binary 11011010 11011101 11000100 1 0 1011 1101 1000011 11011 1010010

Color Harmonies of #DADDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDC4

Black with #DADDC4

Text Example


Text Example

White with #DADDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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