Html Css Color HEX #DCF6B3 Reef

📋 copy color: '#DCF6B3'

red 220 ◦ green 246 ◦ blue 179

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

Shades of Reef #DCF6B3

Tints of Reef #DCF6B3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.14%

 BLUE value IS 179 (70.31% from 255) = 27.75%

R = 34.11%
G = 38.14%
B = 27.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#DCF6B3 (or 0xDCF6B3) is known color: Reef. HEX triplet: DC, F6 and B3. RGB value is (220,246,179). Sum of RGB (Red+Green+Blue) = 220+246+179=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6B3 is #23094C. Grayscale: #E6E6E6. Windows color (decimal): -2296141 or 11794140. OLE color: 11794140.

HSL color Cylindrical-coordinate representation of color #DCF6B3: hue angle of 83.28º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCF6B3 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 179 -
CMYK 0.11 0 0.27 0.04
HSL 83.28º 0.79% 0.83% -
HSV(B) 83.28º 0.27% 0.96% -
XYZ 70.61 84.38 55.21 -
YUV 230.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 220 246 179 0.11 0 0.27 0.04 83.28 0.79 0.83
Hex DC F6 B3 B 0 1B 4 53 4F 53
Octal 334 366 263 13 0 33 4 123 117 123
Binary 11011100 11110110 10110011 1011 0 11011 100 1010011 1001111 1010011

Color Harmonies of #DCF6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF6B3

Black with #DCF6B3

Text Example


Text Example

White with #DCF6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF6B3; }

 p { color: rgb(220,246,179); }

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

background-color css

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

 a { background-color: rgb(220,246,179); }

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

border-color css

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

 span { border-color: rgb(220,246,179); }

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