Html Css Color HEX #DBE0C4 Frost

📋 copy color: '#DBE0C4'

red 219 ◦ green 224 ◦ blue 196

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

Shades of Frost #DBE0C4

Tints of Frost #DBE0C4

RGB

 RED value IS 219 (85.94% from 255) = 34.27%

 GREEN value IS 224 (87.89% from 255) = 35.05%

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

R = 34.27%
G = 35.05%
B = 30.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#DBE0C4 (or 0xDBE0C4) is known color: Frost. HEX triplet: DB, E0 and C4. RGB value is (219,224,196). Sum of RGB (Red+Green+Blue) = 219+224+196=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0C4 is #241F3B. Grayscale: #DBDBDB. Windows color (decimal): -2367292 or 12902619. OLE color: 12902619.

HSL color Cylindrical-coordinate representation of color #DBE0C4: hue angle of 70.71º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE0C4 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 196 -
CMYK 0.02 0 0.12 0.12
HSL 70.71º 0.31% 0.82% -
HSV(B) 70.71º 0.13% 0.88% -
XYZ 65.83 72.36 62.72 -
YUV 219.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 219 224 196 0.02 0 0.12 0.12 70.71 0.31 0.82
Hex DB E0 C4 2 0 C C 47 1F 52
Octal 333 340 304 2 0 14 14 107 37 122
Binary 11011011 11100000 11000100 10 0 1100 1100 1000111 11111 1010010

Color Harmonies of #DBE0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0C4

Black with #DBE0C4

Text Example


Text Example

White with #DBE0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0C4; }

 p { color: rgb(219,224,196); }

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

background-color css

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

 a { background-color: rgb(219,224,196); }

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

border-color css

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

 span { border-color: rgb(219,224,196); }

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