Html Css Color HEX #DCE6BC Frost

📋 copy color: '#DCE6BC'

red 220 ◦ green 230 ◦ blue 188

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

Shades of Frost #DCE6BC

Tints of Frost #DCE6BC

RGB

 RED value IS 220 (86.33% from 255) = 34.48%

 GREEN value IS 230 (90.23% from 255) = 36.05%

 BLUE value IS 188 (73.83% from 255) = 29.47%

R = 34.48%
G = 36.05%
B = 29.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DCE6BC (or 0xDCE6BC) is known color: Frost. HEX triplet: DC, E6 and BC. RGB value is (220,230,188). Sum of RGB (Red+Green+Blue) = 220+230+188=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6BC is #231943. Grayscale: #DEDEDE. Windows color (decimal): -2300228 or 12379868. OLE color: 12379868.

HSL color Cylindrical-coordinate representation of color #DCE6BC: hue angle of 74.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE6BC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 188 -
CMYK 0.04 0 0.18 0.10
HSL 74.29º 0.46% 0.82% -
HSV(B) 74.29º 0.18% 0.9% -
XYZ 66.89 75.44 58.61 -
YUV 222.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 220 230 188 0.04 0 0.18 0.10 74.29 0.46 0.82
Hex DC E6 BC 4 0 12 A 4A 2E 52
Octal 334 346 274 4 0 22 12 112 56 122
Binary 11011100 11100110 10111100 100 0 10010 1010 1001010 101110 1010010

Color Harmonies of #DCE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE6BC

Black with #DCE6BC

Text Example


Text Example

White with #DCE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE6BC; }

 p { color: rgb(220,230,188); }

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

background-color css

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

 a { background-color: rgb(220,230,188); }

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

border-color css

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

 span { border-color: rgb(220,230,188); }

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