Html Css Color HEX #DFEABD Frost

📋 copy color: '#DFEABD'

red 223 ◦ green 234 ◦ blue 189

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

Shades of Frost #DFEABD

Tints of Frost #DFEABD

RGB

 RED value IS 223 (87.5% from 255) = 34.52%

 GREEN value IS 234 (91.8% from 255) = 36.22%

 BLUE value IS 189 (74.22% from 255) = 29.26%

R = 34.52%
G = 36.22%
B = 29.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#DFEABD (or 0xDFEABD) is known color: Frost. HEX triplet: DF, EA and BD. RGB value is (223,234,189). Sum of RGB (Red+Green+Blue) = 223+234+189=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEABD is #201542. Grayscale: #E1E1E1. Windows color (decimal): -2102595 or 12446431. OLE color: 12446431.

HSL color Cylindrical-coordinate representation of color #DFEABD: hue angle of 74.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFEABD is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 234 189 -
CMYK 0.05 0 0.19 0.08
HSL 74.67º 0.52% 0.83% -
HSV(B) 74.67º 0.19% 0.92% -
XYZ 69.04 78.21 59.6 -
YUV 225.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 223 234 189 0.05 0 0.19 0.08 74.67 0.52 0.83
Hex DF EA BD 5 0 13 8 4B 34 53
Octal 337 352 275 5 0 23 10 113 64 123
Binary 11011111 11101010 10111101 101 0 10011 1000 1001011 110100 1010011

Color Harmonies of #DFEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEABD

Black with #DFEABD

Text Example


Text Example

White with #DFEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEABD; }

 p { color: rgb(223,234,189); }

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

background-color css

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

 a { background-color: rgb(223,234,189); }

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

border-color css

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

 span { border-color: rgb(223,234,189); }

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