Html Css Color HEX #DCF9B2 Reef

📋 copy color: '#DCF9B2'

red 220 ◦ green 249 ◦ blue 178

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

Shades of Reef #DCF9B2

Tints of Reef #DCF9B2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.49%

 BLUE value IS 178 (69.92% from 255) = 27.51%

R = 34%
G = 38.49%
B = 27.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DCF9B2 (or 0xDCF9B2) is known color: Reef. HEX triplet: DC, F9 and B2. RGB value is (220,249,178). Sum of RGB (Red+Green+Blue) = 220+249+178=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9B2 is #23064D. Grayscale: #E8E8E8. Windows color (decimal): -2295374 or 11729372. OLE color: 11729372.

HSL color Cylindrical-coordinate representation of color #DCF9B2: hue angle of 84.51º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF9B2 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 178 -
CMYK 0.12 0 0.29 0.02
HSL 84.51º 0.86% 0.84% -
HSV(B) 84.51º 0.29% 0.98% -
XYZ 71.43 86.18 54.99 -
YUV 232.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 220 249 178 0.12 0 0.29 0.02 84.51 0.86 0.84
Hex DC F9 B2 C 0 1D 2 55 56 54
Octal 334 371 262 14 0 35 2 125 126 124
Binary 11011100 11111001 10110010 1100 0 11101 10 1010101 1010110 1010100

Color Harmonies of #DCF9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9B2

Black with #DCF9B2

Text Example


Text Example

White with #DCF9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9B2; }

 p { color: rgb(220,249,178); }

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

background-color css

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

 a { background-color: rgb(220,249,178); }

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

border-color css

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

 span { border-color: rgb(220,249,178); }

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