Html Css Color HEX #DFE3CA Frost

📋 copy color: '#DFE3CA'

red 223 ◦ green 227 ◦ blue 202

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

Shades of Frost #DFE3CA

Tints of Frost #DFE3CA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.82%

 BLUE value IS 202 (79.3% from 255) = 30.98%

R = 34.2%
G = 34.82%
B = 30.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#DFE3CA (or 0xDFE3CA) is known color: Frost. HEX triplet: DF, E3 and CA. RGB value is (223,227,202). Sum of RGB (Red+Green+Blue) = 223+227+202=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3CA is #201C35. Grayscale: #DFDFDF. Windows color (decimal): -2104374 or 13296607. OLE color: 13296607.

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

Color convert

RGB 223 227 202 -
CMYK 0.02 0 0.11 0.11
HSL 69.6º 0.31% 0.84% -
HSV(B) 69.6º 0.11% 0.89% -
XYZ 68.56 74.89 66.72 -
YUV 222.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 223 227 202 0.02 0 0.11 0.11 69.6 0.31 0.84
Hex DF E3 CA 2 0 B B 46 1F 54
Octal 337 343 312 2 0 13 13 106 37 124
Binary 11011111 11100011 11001010 10 0 1011 1011 1000110 11111 1010100

Color Harmonies of #DFE3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE3CA

Black with #DFE3CA

Text Example


Text Example

White with #DFE3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE3CA; }

 p { color: rgb(223,227,202); }

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

background-color css

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

 a { background-color: rgb(223,227,202); }

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

border-color css

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

 span { border-color: rgb(223,227,202); }

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