Html Css Color HEX #DFE4CA Frost

📋 copy color: '#DFE4CA'

red 223 ◦ green 228 ◦ blue 202

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

Shades of Frost #DFE4CA

Tints of Frost #DFE4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.92%

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

R = 34.15%
G = 34.92%
B = 30.93%

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

#DFE4CA (or 0xDFE4CA) is known color: Frost. HEX triplet: DF, E4 and CA. RGB value is (223,228,202). Sum of RGB (Red+Green+Blue) = 223+228+202=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4CA is #201B35. Grayscale: #DFDFDF. Windows color (decimal): -2104118 or 13296863. OLE color: 13296863.

HSL color Cylindrical-coordinate representation of color #DFE4CA: hue angle of 71.54º degrees, saturation: 0.32, 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 #DFE4CA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 228 202 -
CMYK 0.02 0 0.11 0.11
HSL 71.54º 0.33% 0.84% -
HSV(B) 71.54º 0.11% 0.89% -
XYZ 68.84 75.44 66.81 -
YUV 223.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 223 228 202 0.02 0 0.11 0.11 71.54 0.33 0.84
Hex DF E4 CA 2 0 B B 48 20 54
Octal 337 344 312 2 0 13 13 110 40 124
Binary 11011111 11100100 11001010 10 0 1011 1011 1001000 100000 1010100

Color Harmonies of #DFE4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE4CA

Black with #DFE4CA

Text Example


Text Example

White with #DFE4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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