Html Css Color HEX #DFECBD Frost

📋 copy color: '#DFECBD'

red 223 ◦ green 236 ◦ blue 189

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

Shades of Frost #DFECBD

Tints of Frost #DFECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.42%

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

R = 34.41%
G = 36.42%
B = 29.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#DFECBD (or 0xDFECBD) is known color: Frost. HEX triplet: DF, EC and BD. RGB value is (223,236,189). Sum of RGB (Red+Green+Blue) = 223+236+189=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECBD is #201342. Grayscale: #E2E2E2. Windows color (decimal): -2102083 or 12446943. OLE color: 12446943.

HSL color Cylindrical-coordinate representation of color #DFECBD: hue angle of 76.6º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFECBD is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 236 189 -
CMYK 0.06 0 0.20 0.07
HSL 76.6º 0.55% 0.83% -
HSV(B) 76.6º 0.2% 0.93% -
XYZ 69.61 79.35 59.79 -
YUV 226.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 223 236 189 0.06 0 0.20 0.07 76.6 0.55 0.83
Hex DF EC BD 6 0 14 7 4D 37 53
Octal 337 354 275 6 0 24 7 115 67 123
Binary 11011111 11101100 10111101 110 0 10100 111 1001101 110111 1010011

Color Harmonies of #DFECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFECBD

Black with #DFECBD

Text Example


Text Example

White with #DFECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFECBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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