Html Css Color HEX #DADDC3 Frost

📋 copy color: '#DADDC3'

red 218 ◦ green 221 ◦ blue 195

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

Shades of Frost #DADDC3

Tints of Frost #DADDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.76%

R = 34.38%
G = 34.86%
B = 30.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DADDC3 (or 0xDADDC3) is known color: Frost. HEX triplet: DA, DD and C3. RGB value is (218,221,195). Sum of RGB (Red+Green+Blue) = 218+221+195=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC3 is #25223C. Grayscale: #D9D9D9. Windows color (decimal): -2433597 or 12836314. OLE color: 12836314.

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

Color convert

RGB 218 221 195 -
CMYK 0.01 0 0.12 0.13
HSL 66.92º 0.28% 0.82% -
HSV(B) 66.92º 0.12% 0.87% -
XYZ 64.62 70.56 61.84 -
YUV 217.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 218 221 195 0.01 0 0.12 0.13 66.92 0.28 0.82
Hex DA DD C3 1 0 C D 43 1C 52
Octal 332 335 303 1 0 14 15 103 34 122
Binary 11011010 11011101 11000011 1 0 1100 1101 1000011 11100 1010010

Color Harmonies of #DADDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDC3

Black with #DADDC3

Text Example


Text Example

White with #DADDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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