Html Css Color HEX #DADDCB Frost

📋 copy color: '#DADDCB'

red 218 ◦ green 221 ◦ blue 203

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

Shades of Frost #DADDCB

Tints of Frost #DADDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.62%

R = 33.96%
G = 34.42%
B = 31.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DADDCB (or 0xDADDCB) is known color: Frost. HEX triplet: DA, DD and CB. RGB value is (218,221,203). Sum of RGB (Red+Green+Blue) = 218+221+203=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDCB is #252234. Grayscale: #DADADA. Windows color (decimal): -2433589 or 13360602. OLE color: 13360602.

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

Color convert

RGB 218 221 203 -
CMYK 0.01 0 0.08 0.13
HSL 70º 0.21% 0.83% -
HSV(B) 70º 0.08% 0.87% -
XYZ 65.55 70.93 66.74 -
YUV 218.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 218 221 203 0.01 0 0.08 0.13 70 0.21 0.83
Hex DA DD CB 1 0 8 D 46 15 53
Octal 332 335 313 1 0 10 15 106 25 123
Binary 11011010 11011101 11001011 1 0 1000 1101 1000110 10101 1010011

Color Harmonies of #DADDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDCB

Black with #DADDCB

Text Example


Text Example

White with #DADDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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