Html Css Color HEX #DCE6BD Frost

📋 copy color: '#DCE6BD'

red 220 ◦ green 230 ◦ blue 189

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

Shades of Frost #DCE6BD

Tints of Frost #DCE6BD

RGB

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

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

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

R = 34.43%
G = 35.99%
B = 29.58%

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

#DCE6BD (or 0xDCE6BD) is known color: Frost. HEX triplet: DC, E6 and BD. RGB value is (220,230,189). Sum of RGB (Red+Green+Blue) = 220+230+189=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6BD is #231942. Grayscale: #DEDEDE. Windows color (decimal): -2300227 or 12445404. OLE color: 12445404.

HSL color Cylindrical-coordinate representation of color #DCE6BD: hue angle of 74.63º degrees, saturation: 0.45, 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 #DCE6BD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 189 -
CMYK 0.04 0 0.18 0.10
HSL 74.63º 0.45% 0.82% -
HSV(B) 74.63º 0.18% 0.9% -
XYZ 67 75.48 59.18 -
YUV 222.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 220 230 189 0.04 0 0.18 0.10 74.63 0.45 0.82
Hex DC E6 BD 4 0 12 A 4B 2D 52
Octal 334 346 275 4 0 22 12 113 55 122
Binary 11011100 11100110 10111101 100 0 10010 1010 1001011 101101 1010010

Color Harmonies of #DCE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE6BD

Black with #DCE6BD

Text Example


Text Example

White with #DCE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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